Infragistics (Sheridan) Active List Bar - Properties, Methods, and Events
These tables show the properties, methods, and events for the Infragistics Active List Bar.
Properties
|
Property |
Description |
Operations |
Return Type |
|
CurrentGroup |
Returns the index number for the current group in an Active List Bar control. |
Get |
Integer |
|
Groups |
Gets the collection of groups in an Active List Bar control. |
Get |
String |
|
Items |
Gets the collection of groups in an Active List Bar control. |
Get |
String |
Methods
|
Method |
Description |
Parameters |
Return Type |
|
ClickItem |
Simulates a mouse-down+mouse-up action and selects an item on an Active List Bar. |
Integer Index; |
Void |
|
ClickItemByText |
Simulates a mouse-down+mouse-up action on a on an Active List Bar item identified by Index and/or String parameters and selects the list bar item. |
Integer Index, String GroupTabText, String ItemText; |
Void |
|
DoubleClickItem |
Simulates two rapid mouse-down+mouse-up actions and selects an item on an Active List Bar. |
Integer Index; |
Void |
|
DoubleClickItemByText |
Simulates a mouse-down+mouse-up action a on an Active List Bar item identified by Index and/or String parameters and selects the list bar item. |
Integer Index, String GroupTabText, String ItemText; |
Void |
|
RightClickItem |
Simulates a right-mouse button down+up action and selects an item on an Active List Bar. |
Integer Index; |
Void |
|
RightClickItemByText |
Simulates a right-mouse button down+up action on an Active List Bar item identified by Index and/or String parameters and selects the list bar item. |
Integer Index, String GroupTabText, String ItemText; |
Void |
Events
|
Event |
Description |
Event Arguments |
|
GroupClick |
The event occurs upon the completion of a mouse-down+mouse-up action on a group object in an Active List Bar control. |
Integer Index, String GroupTabText; |
|
ItemClick |
The event occurs upon the completion of a mouse-down+mouse-up action on an item object in an Active List Bar control. |
Integer Index, String ItemText; |
|
GroupDoubleClick |
The event occurs upon the completion of the second of two rapid mouse-down+mouse-up actions on a group object in an Active List Bar control. |
Integer Index, String GroupTabText; |
|
ItemDoubleClick |
The event occurs upon the completion of the second of two rapid mouse-down+mouse-up actions on a on an item object in an Active List Bar control. |
Integer Index, String ItemText; |
|
GroupRightClick |
The event occurs upon the completion of a right-mouse button down+up action on a group object in an Active List Bar control. |
Integer Index, String GroupTabText; |
|
ItemRightClick |
The event occurs upon the completion of a right-mouse button down+up action on an item object in an Active List Bar control. |
Integer Index, String ItemText; |
Privacy | Trademarks | Terms of Use | Feedback
Updated: 18 June 2020
© 2016 - 2020 Pegasystems Inc. Cambridge, MA All rights reserved.
