Namespace: Consultingwerk.Windows.Framework.Menu
Class 
ReorderMenuItemsForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartWindowForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasPrimaryDataSourceAndTarget, IHasSecurityKey, IHasTabDataSourceCount, ISmartToolbarTarget, ISmartWindowForm




Top Method Summary
Options Name Purpose
AddListEntry (character, character) Creates a new Node in the NodesCollection
INTEGER GetIndexOfEntry (character) Returns the NodesCollection Index of the Node identified by the NodeKey
InitializeComponent ()
MoveNode (character) Moves a Node one position up or down
SortNodesAlphabetically () Sorts the menu item Nodes in the list alphabetically by their label Notes : Operates on the in-memory Nodes collection only - the resulting order is persisted by the caller when the dialog is confirmed with Ok, exactly as if the user had reordered the items manually with the Up / Down buttons */
ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) Handler for the ToolClick Event of the smartToolbarController

Top Constructor Summary
Options Name Purpose
ReorderMenuItemsForm ()


Method Detail
Top

AddListEntry (character, character)

Purpose: Creates a new Node in the NodesCollection
Notes:

Parameters:
pcNodeKey CHARACTER
The Key of the new Node
pcNodeText CHARACTER
The Label of the Node
Top

INTEGER GetIndexOfEntry (character)

Purpose: Returns the NodesCollection Index of the Node identified by the
NodeKey
Notes:

Parameters:
pcNodeKey CHARACTER
Key of the Node
Returns INTEGER
INTEGER The NodesCollection Index
Top

InitializeComponent ()


Top

MoveNode (character)

Purpose: Moves a Node one position up or down
Notes:

Parameters:
pcAction CHARACTER
The direction (Up / Down) to move the Node
Top

SortNodesAlphabetically ()

Purpose: Sorts the menu item Nodes in the list alphabetically by their label
Notes : Operates on the in-memory Nodes collection only - the resulting
order is persisted by the caller when the dialog is confirmed with
Ok, exactly as if the user had reordered the items manually with the
Up / Down buttons

Top

ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)

Purpose: Handler for the ToolClick Event of the smartToolbarController
Notes:

Parameters:
sender System.Object
The source of the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
A ToolClickEventArgs that contains the data for the event


Constructor Detail
Top

ReorderMenuItemsForm ()




©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:40:29