Gets or sets the button image path.

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

Syntax

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

Field Value

Button image path.

Remarks

Use this property to set the button image path.

See Also