ParentToolbar Property
The Toolbar control that contains this item.
Syntax
Visual Basic Overrides Public ReadOnly Property ParentToolbar As Toolbar C# public override Toolbar ParentToolbar { get; } Managed C++ public: __property Toolbar get_ParentToolbar(); JScript public override function get ParentToolbar() : Toolbar;
Possible Values
oControl The Toolbar control containing the item. The property is read-only. The property has no default value.
Applies To
TOOLBARCHECKBUTTON
See Also