ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / RulesManagerStyles Class / TextBoxes Property

In This Topic
    TextBoxes Property (RulesManagerStyles)
    In This Topic
    Gets TextBoxStyle containing display attributes that determine the general appearance of the TextBox elements on the screen.
    Syntax
    'Declaration
     
    
    Public Property TextBoxes As TextBoxStyle
    public TextBoxStyle TextBoxes {get; set;}
    See Also