Gets or sets the button title.

Namespace:  Karamasoft.WebControls.UltimateEditor
Assembly:  UltimateEditor (in UltimateEditor.dll) Version: 3.6.3822.15677

Syntax

C#
public string ButtonTitle { get; set; }
Visual Basic (Declaration)
Public Property ButtonTitle As String
Visual C++
public:
property String^ ButtonTitle {
	String^ get ();
	void set (String^ value);
}

Field Value

Button title.

Remarks

Use this property to set the button title.

See Also