Indicates whether or not the ToolBar will show tooltips for each button. The text of the tip is controlled by the get/setToolTipText methods on the ToolBarButton object.
[Visual Basic] Public Property ShowToolTips As Boolean [C#] public bool ShowToolTips {get; set;} [C++] public: __property bool get_ShowToolTips(); public: __property void set_ShowToolTips(bool); [JScript] public function get ShowToolTips() : Boolean; public function set ShowToolTips(Boolean);