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

In This Topic
    IsInitialized Method (BaseTheme)
    In This Topic
    Gets a value indicating whether the a specified property is initialized.
    Syntax
    'Declaration
     
    Protected Function IsInitialized( _
       ByVal name As String _
    ) As Boolean
    protected bool IsInitialized( 
       string name
    )

    Parameters

    name
    Specified property name.
    See Also