Add(BarItem, Boolean, String, String, Boolean, Boolean)
|
item, beginGroup, keyTip, dropDownKeyTip, buttonGroup, allowCollapseInSimplifiedRibbon
|
Creates a new item link with the specific settings, and places it into this collection.
|
Add(BarItem, Boolean, String, String, Boolean)
|
item, beginGroup, keyTip, dropDownKeyTip, buttonGroup
|
Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group, and whether it must be arranged in the same manner as a BarButtonGroup.
|
Add(BarItem, Boolean, String, String)
|
item, beginGroup, keyTip, dropDownKeyTip
|
Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group.
|
Add(BarItem, Boolean, String)
|
item, beginGroup, keyTip
|
Adds a new item link to the collection.
|
Add(BarItem, Boolean)
|
item, beginGroup
|
Adds a new item link to the collection.
|
Add(BarItem, String, String)
|
item, keyTip, dropDownKeyTip
|
Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection.
|
Add(BarItem, String)
|
item, keyTip
|
Adds a link to the specified bar item and key tip, and adds it to the end of the collection.
|
Add(BarItem)
|
item
|
Creates a link to the specified bar item and adds it to the end of the collection.
|