|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ |
GetAllItemsWithTag (IItemsElement, List |
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 |
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 |
Options | Name | Purpose | |
---|---|---|---|
+ | RadRibbonBarHelper () |
Constructor for the RadRibbonBarHelper class |
Top
PUBLIC GetAllItemsWithTag (IItemsElement, List
|
---|
|
|
|
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 |
|
|
|
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 |
|
The List of RadItems with the given Tag |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
PUBLIC RadRibbonBarHelper ()
|
---|