Skip to main content
A newer version of this page is available. .
Bar

BarLargeButtonItem Constructors

Represents a bar item whose links can display different images when located on toolbars and menus.
Name Parameters Description
BarLargeButtonItem() none Creates an instance of the BarLargeButtonItem class with default settings.
BarLargeButtonItem(BarManager, String, Int32, BarShortcut) manager, caption, imageIndex, shortcut Creates an instance of the BarLargeButtonItem class with predefined settings.
BarLargeButtonItem(BarManager, String, Int32) manager, caption, imageIndex Creates an instance of the BarLargeButtonItem class with predefined settings.
BarLargeButtonItem(BarManager, String) manager, caption Creates an instance of the BarLargeButtonItem class with a predefined caption.
See Also