NetXP 3.0 Reference

CommandBarManager.GetCommandBar Method 

Gets a command bar with the given ID.

[Visual Basic]
Public Function GetCommandBar( _
   ByVal id As Integer _
) As CommandBar
[C#]
public CommandBar GetCommandBar(
   int id
);

Parameters

id
The ID of the command bar.

Return Value

The command bar, if any. Null if no command bar is found.

See Also

CommandBarManager Class | NETXP.Controls.Bars Namespace