Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IOptionButton Interface / Checked Property


In This Topic
    Checked Property
    In This Topic
    Gets or set a value indicating whether the option button is in the checked state.
    Syntax
    'Declaration
     
    Property Checked As Boolean
    'Usage
     
    Dim instance As IOptionButton
    Dim value As Boolean
     
    instance.Checked = value
     
    value = instance.Checked
    bool Checked {get; set;}
    See Also