StatusText Property (RenderInputButtonBase)
In This Topic
Gets or sets the text that appears in the status line of the preview control when the current control has focus.
Syntax
'Declaration
Public Property StatusText As String
public string StatusText {get; set;}
See Also