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

In This Topic
    IsInitialized Method (BaseC1FrameworkStyle)
    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