InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BaseTheme Class / IsDefaultProperty Method
Specified property name.

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

    Parameters

    name
    Specified property name.
    See Also