NetXP 3.0 Reference

CommandBarButtonItem Properties

The properties of the CommandBarButtonItem class are listed below. For a complete list of CommandBarButtonItem class members, see the CommandBarButtonItem Members topic.

Public Instance Properties

Checked Is this item checked (depressed)?
CheckType How the item displays checkmarks.
Container (inherited from Component) Gets the IContainer that contains the Component.
ContainerControl (inherited from CommandBarItem) The item's container control.
DefaultItem Does this item show its text bold when shown on a menu?
DropUp Gets or sets if this item is dropped up instead of down.
Enabled (inherited from CommandBarItem) Is this item enabled?
HotImage The item's hot image.
Image The item's image.
Infrequent (inherited from CommandBarItem) Is this item infrequent?
Items A collection of CommandBarItem objects shown in the submenu of this item.
MenuSelectable (inherited from CommandBarItem) Can this item be selected in a menu?
PadHorizontal (inherited from CommandBarItem) The item's horizontal padding.
PadVertical (inherited from CommandBarItem) The item's vertical padding.
Shortcut The item's shortcut key (if a menu item).
ShowText Does this item show its text?
Site (inherited from Component) Gets or sets the ISite of the Component.
Style The item's display style.
Tag (inherited from CommandBarItem) An object associated with this item.
Text (inherited from CommandBarItem) The item's text.
Visible (inherited from CommandBarItem) Is this item visible?

See Also

CommandBarButtonItem Class | NETXP.Controls.Bars Namespace