ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1Themes 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 System.String _
    ) As System.Boolean
    protected override System.bool IsDefaultProperty( 
       System.string name
    )

    Parameters

    name
    Specified property name.
    See Also