ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1ButtonControl Class / NotifyDefault Method

In This Topic
    NotifyDefault Method (C1ButtonControl)
    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