Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / RenderStyle Property

In This Topic
    RenderStyle Property (DropDownControlViewBase)
    In This Topic
    Gets the element's style, or a default style if the element doesn't have one. This never returns null.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property RenderStyle As Style
    public virtual Style RenderStyle {get;}
    See Also