DashboardLayout for WinForms | ComponentOne
C1.Win.Layout.Styles Namespace / BaseCuesHotStyle Class / TryGetProperty Method

In This Topic
    TryGetProperty Method (BaseCuesHotStyle)
    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