Top Method Summary
Options Name Purpose
GetAllItemsWithTag (IItemsElement, List, character) Returns a List of all RadItems in the IITemsElement with the given Tag
System.Collections.Generic.List <RadItem> GetAllItemsWithTag (RadRibbonBar, character) Returns a List of all RadItems in the RadRibbonBar with the given Tag
GetAllItemsWithTag (RibbonTab, List, character) Adds all RadItems in the RibbonTab with the given Tag to the list
GetAllTagValues (IItemsElement, CharacterList) Adds all Tag values in the IItemsElement to the list
Consultingwerk.Framework.Collections.CharacterList GetAllTagValues (RadRibbonBar) Returns a CharacterList of Tag values in the RadRibbonBar
GetAllTagValues (RibbonTab, CharacterList) Adds all Tag values in the RibbonTab to the list
LOGICAL TagIsInList (Object, character) Returns if the provided Tag (System.Object) is in the given list of tags

Top Constructor Summary
Options Name Purpose
RadRibbonBarHelper () Constructor for the RadRibbonBarHelper class


Method Detail
Top

GetAllItemsWithTag (IItemsElement, List, character)

Purpose: Returns a List of all RadItems in the IITemsElement with the given Tag
Notes:

Parameters:
poItem Telerik.WinControls.IItemsElement
The reference to the current item owner
poList System.Collections.Generic.List
The List to add the items to
pcTag CHARACTER
The Tag value to search for
Top

System.Collections.Generic.List <RadItem> GetAllItemsWithTag (RadRibbonBar, character)

Purpose: Returns a List of all RadItems in the RadRibbonBar with the given Tag
Notes:

Parameters:
poRibbonBar Telerik.WinControls.UI.RadRibbonBar
The reference to the RadRibbonBar
pcTag CHARACTER
The Tag value to search for
Returns System.Collections.Generic.List <RadItem>
The List of RadItems with the given Tag
Top

GetAllItemsWithTag (RibbonTab, List, character)

Purpose: Adds all RadItems in the RibbonTab with the given Tag to the list
Notes:

Parameters:
poRibbonTab Telerik.WinControls.UI.RibbonTab
The reference to the RibbonTab
poList System.Collections.Generic.List
The List to add the items to
pcTag CHARACTER
The Tag value to search for
Top

GetAllTagValues (IItemsElement, CharacterList)

Purpose: Adds all Tag values in the IItemsElement to the list
Notes:

Parameters:
poItem Telerik.WinControls.IItemsElement
The reference to the current item owner
poList Consultingwerk.Framework.Collections.CharacterList
The List to add the items to
Top

Consultingwerk.Framework.Collections.CharacterList GetAllTagValues (RadRibbonBar)

Purpose: Returns a CharacterList of Tag values in the RadRibbonBar
Notes:

Parameters:
poRibbonBar Telerik.WinControls.UI.RadRibbonBar
The reference to the RadRibbonBar
Returns Consultingwerk.Framework.Collections.CharacterList
The List of RadItems with the given Tag
Top

GetAllTagValues (RibbonTab, CharacterList)

Purpose: Adds all Tag values in the RibbonTab to the list
Notes:

Parameters:
poRibbonTab Telerik.WinControls.UI.RibbonTab
The reference to the RibbonTab
poList Consultingwerk.Framework.Collections.CharacterList
The List to add the items to
Top

LOGICAL TagIsInList (Object, character)

Purpose: Returns if the provided Tag (System.Object) is in the given
list of tags
Notes:

Parameters:
poTag System.Object
The reference to the current Tag value
pcTag CHARACTER
The CHARACTER value to compare
Returns LOGICAL
Logical value indicating if the two values are equal


Constructor Detail
Top

RadRibbonBarHelper ()

Purpose: Constructor for the RadRibbonBarHelper class
Notes: Disallow instance creation



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:13:31