ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / DropDownStyle Class / TryGetProperty Method

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