Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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