TreeView for WinForms | ComponentOne
C1.Win.Themes Namespace / BaseC1FrameworkStyle Class / TryGetProperty Method
Property value.
Styled property name.

In This Topic
    TryGetProperty Method (BaseC1FrameworkStyle)
    In This Topic
    Tries to get value of the specified styled property.
    Syntax
    'Declaration
     
    
    Public Function TryGetProperty( _
       ByRef value As Object, _
       Optional ByVal name As String _
    ) As Boolean
    public bool TryGetProperty( 
       out object value,
       string name
    )

    Parameters

    value
    Property value.
    name
    Styled property name.

    Return Value

    True if success.
    See Also