NetXP 3.0 Reference

CommandBarManager.LoadLayout Method (RegistryKey)

Loads the layout from a registry key.

[Visual Basic]
Overloads Public Sub LoadLayout( _
   ByVal key As RegistryKey _
)
[C#]
public void LoadLayout(
   RegistryKey key
);

Parameters

key
The root key.

Remarks

Each command bar's layout is loaded from a different subkey, whose name is based on the command bar's ID.

See Also

CommandBarManager Class | NETXP.Controls.Bars Namespace | CommandBarManager.LoadLayout Overload List