Items Property
Retrieves the collection of items in the ToolbarCheckGroup.
Syntax
Visual Basic Overridable Public ReadOnly Property Items As ToolbarCheckButtonCollection C# public virtual ToolbarCheckButtonCollection Items { get; } Managed C++ public: __property virtual ToolbarCheckButtonCollection get_Items(); JScript public function get Items() : ToolbarCheckButtonCollection;
Possible Values
oColl The ToolbarCheckButtonCollection of items. The property is read-only. The property has no default value.
Applies To
TOOLBARCHECKGROUP
See Also