Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1Button Class / IsDefault Property

In This Topic
    IsDefault Property (C1Button)
    In This Topic
    Gets or sets a value indicating whether the button control is the default button.
    Syntax
    'Declaration
     
    
    Protected Property IsDefault As Boolean
    protected bool IsDefault {get; set;}
    See Also