Difference between revisions of "DesktopToolbarItem"
From Xojo Documentation
(Replaced content with "N/A") (Tag: Replaced) |
|||
Line 1: | Line 1: | ||
− | + | {{ClassBox | |
+ | | super=[[Object]] | ||
+ | | platform=all | ||
+ | | scope=global | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = An item in a [[DesktopToolbar]]. An item is a style of [[DesktopToolbarButton]]. Create each item with the [[DesktopToolbarButton]] class and add each item to a [[DesktopToolbar]] via the [[DesktopToolbar.AddButton|AddButton]] or [[DesktopToolbar.AddButtonAt|AddButtonAt]] methods. }} | ||
+ | |||
+ | |||
+ | <dynamicTable id="Properties" class="propertyTable" title="Properties" columns="3"> | ||
+ | {{Property | name=Enabled | type=Boolean | platform=all | description=( Boolean) True if the ToolbarItem is enabled. }} | ||
+ | {{Property | name=Tooltip | description=( String) The tooltip that is displayed when the pointer is over the ToolbarItem. }} | ||
+ | {{Property | name=Name | type=String | platform=all | description=( String) The name of the ToolbarItem. }} | ||
+ | {{Property | name=Caption | type=String | platform=all | description=( String) The caption of the ToolbarItem. }} | ||
+ | {{Property | name=Tag | type=Variant | platform=all | description=( Variant) The tag of the ToolbarItem. }} | ||
+ | </dynamicTable> | ||
+ | |||
+ | |||
+ | ==Examples== | ||
+ | See the examples for the [[DesktopToolbar]] and [[DesktopToolbarButton]] classes. | ||
+ | |||
+ | |||
+ | ==See Also== | ||
+ | [[DesktopToolbar]], [[DesktopToolbarButton]] classes. | ||
+ | |||
+ | [[Category:Desktop]] | ||
+ | [[Category:Desktop Controls]] |
Latest revision as of 20:23, 23 July 2021
Class (inherits from Object)
New in 2021r3
An item in a DesktopToolbar. An item is a style of DesktopToolbarButton. Create each item with the DesktopToolbarButton class and add each item to a DesktopToolbar via the AddButton or AddButtonAt methods.
Properties | |||||
|
Examples
See the examples for the DesktopToolbar and DesktopToolbarButton classes.
See Also
DesktopToolbar, DesktopToolbarButton classes.