TreeView for WinForms | ComponentOne
C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / IsDefaultProperty Method
Specified property name.

In This Topic
    IsDefaultProperty Method (BaseC1FrameworkStyle)
    In This Topic
    Returns value indicating whether the specified property is default.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsDefaultProperty( _
       ByVal name As String _
    ) As Boolean
    protected override bool IsDefaultProperty( 
       string name
    )

    Parameters

    name
    Specified property name.
    Exceptions
    ExceptionDescription
    The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
    See Also