Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1SplitButton Class / NotifyDefault Method

In This Topic
    NotifyDefault Method (C1SplitButton)
    In This Topic
    Notifies the buttin whether it is the default button so that it can adjust its appearance accordingly.
    Syntax
    'Declaration
     
    
    Public Sub NotifyDefault( _
       ByVal value As Boolean _
    ) 
    public void NotifyDefault( 
       bool value
    )

    Parameters

    value
    See Also