TreeView for WinForms | ComponentOne
C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / IsDefault Property

In This Topic
    IsDefault Property (BaseC1FrameworkStyle)
    In This Topic
    Gets value indicating whether the style is default.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <C1.Win.Themes.StyledPropertyCollection.ExcludeFromStyledPropertyAttribute()>
    Public Overridable ReadOnly Property IsDefault As Boolean
    [Browsable(false)]
    [C1.Win.Themes.StyledPropertyCollection.ExcludeFromStyledProperty()]
    public virtual bool IsDefault {get;}
    See Also