RadInput for ASP.NET AJAX

RadControls for ASP.NET AJAX

The InputStyles client object is returned by the get_styles() method of any RadInput control client object. It has a number of properties, each of which controls the style of the input control when it is in a particular state. The value of each property is an array of strings, where each string is a name/value pair for a style attribute. See OnLoad for an example of using this object.

The following table lists the properties of the InputStyles client object:

 
PropertyDescription
DisabledStyleThe style when the control is disabled.
EnabledStyleThe style when the control is enabled.
EmptyMessageStyleThe style when the control is displaying its empty message.
FocusedStyleThe style when the control has focus.
HoveredStyleThe style when the mouse hovers over the control.
InvalidStyleThe style when the control is displaying an invalid value.

See Also