[]
TextBoxStyle contains display attributes that determine the general appearance of the text box element on the screen.
public class TextBoxStyle : BaseElementStyle
Name | Description |
---|---|
Button | Gets style containing display attributes that determine the general appearance of the drop down button. |
Default | Gets style containing display attributes that determine the general appearance of the element in the default state. |
Disabled | Gets style containing display attributes that determine the general appearance of the element when it is disabled. |
Font | Gets or sets text font of element. |
Hot | Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it. |
HotSelected | Gets style containing display attributes that determine the general appearance of the element when it is selected and the cursor is over it. |
Invalid | Gets style containing display attributes that determine the general appearance of the element when it contains an invalid value. |
Selected | Gets style containing display attributes that determine the general appearance of the element when it is selected. |
Underline | Gets style containing display attributes that determine the general appearance of underline. |
Name | Description |
---|---|
ApplyToStyle(Style) | Applies style to the specified C1.Framework.Style if it is possible. |
BaseApplyToStyle(Style) | Applies Style base properties to destination C1.Framework.Style. |
ResetUnderline() | Restores the default value of the Underline property. |
ShouldSerializeUnderline() | Specifies whether to save the value of the Underline property. |