ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / IsDefault Property

In This Topic
    IsDefault Property (C1CheckBox)
    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