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


In This Topic
    GroupBox Property
    In This Topic
    Gets the owner group box of this option button.
    Syntax
    'Declaration
     
    ReadOnly Property GroupBox As IGroupBox
    'Usage
     
    Dim instance As IOptionButton
    Dim value As IGroupBox
     
    value = instance.GroupBox
    IGroupBox GroupBox {get;}
    See Also