ParentToolbar Property
The Toolbar control that contains this item.
Syntax
Visual Basic Overridable Public ReadOnly Property ParentToolbar As Toolbar C# public virtual Toolbar ParentToolbar { get; } Managed C++ public: __property virtual Toolbar get_ParentToolbar(); JScript public 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
ToolbarItem
See Also