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

In This Topic
    DropDowns Property (RulesManagerStyles)
    In This Topic
    Gets DropDownsStyle containing display attributes that determine the general appearance of the drop down forms on the screen.
    Syntax
    'Declaration
     
    
    Public Property DropDowns As DropDownsStyle
    public DropDownsStyle DropDowns {get; set;}
    See Also