DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / DataFilterCollapsedGlyphHotStyle Class / TryGetProperty Method

In This Topic
    TryGetProperty Method (DataFilterCollapsedGlyphHotStyle)
    In This Topic
    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
    name
    See Also