Label..::..BBCodeEnabled Property

Gets or sets a value indicating whether [BB code enabled].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool BBCodeEnabled { get; set; }
Public Property BBCodeEnabled As Boolean
	Get
	Set
public:
property bool^ BBCodeEnabled {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [BB code enabled]; otherwise, false.