SearchBox.ClearButtonImage Property
Gets the image for the clear button.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
protected Image ClearButtonImage { get; }
protected:
property Image^ ClearButtonImage {
Image^ get();
}
Protected ReadOnly Property ClearButtonImage As Image
Property Value
Type: System.Web.UI.WebControls.Image
Returns Image.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top