[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IOptionButton

IOptionButton Interface

The option button control.

Namespace: GrapeCity.Documents.Excel.Forms
Assembly: DS.Documents.Excel.dll
Syntax
public interface IOptionButton : IControl<IOptionButton>, IContentControl, ICellLinkControl<bool>, ICellLinkControl, IControl
Public Interface IOptionButton
    Inherits IControl(Of IOptionButton), IContentControl, ICellLinkControl(Of Boolean), ICellLinkControl, IControl

Properties

Name Description
GroupBox

Gets the first group box that contains the option button.
Option buttons in the same group box are in the same group.
If the value is null (Nothing), the option button is in the default group.
Option buttons in the same group will share the value of LinkedCell property.
They will also affect the selection state of other option buttons in the same group.

IsChecked

Gets or sets whether the IOptionButton is checked.