Gets or sets the button title.

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

Syntax

C#
public string ButtonTitle { get; set; }
Visual Basic
Public Property ButtonTitle As String
	Get
	Set
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