GROUP Attribute | Group Property
Retrieves the ToolbarCheckGroup that this ToolbarCheckButton belongs to.
Syntax
Visual Basic Public ReadOnly Property Group As ToolbarCheckGroup C# public ToolbarCheckGroup Group { get; } Managed C++ public: __property ToolbarCheckGroup get_Group(); JScript public function get Group() : ToolbarCheckGroup;
Possible Values
oGroup ToolbarCheckGroup that the ToolbarCheckButton belongs to. The property is read-only. The property has no default value.
Applies To
TOOLBARCHECKBUTTON
See Also