ImageUrl Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the url of the image to display on the spell button when ButtonType is ImageButton.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

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

Field Value

Url of the image to display on the spell button when ButtonType is ImageButton.

Remarks

Use this property to set the url of the image to display on the spell button when ButtonType is ImageButton.

See Also