InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Themes Namespace / BaseStyle Class / HasProperty Method
Specified property name.

In This Topic
    HasProperty Method (BaseStyle)
    In This Topic
    Gets a value indicating whether the collection contains a property with the specified name.
    Syntax
    'Declaration
     
    Protected Function HasProperty( _
       ByVal name As String _
    ) As Boolean
    protected bool HasProperty( 
       string name
    )

    Parameters

    name
    Specified property name.

    Return Value

    True if property exists.
    See Also