Toolbar2000

TTBVisibilityToggleItem

Properties

Description:

TTBVisibilityToggleItem is a special type of item which toggles the Visible property of a control (specified by the Control property) when clicked. It also at run-time automatically sets its Checked property equal to control's Visible property.

This item class is primarily useful for creating menu items which toggle the visibility of toolbars.

TTBVisibilityToggleItem inherits many properties, methods, and events from TTBCustomItem; see its help topic for details on the properties, methods, and events not listed here.

Key Properties:

  • property Control: TControl; The associated control.