NetXP 3.0 Reference

CommandBarManager.SaveLayout Method (RegistryKey)

Saves the layout to a registry key.

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

Parameters

key
The root key.

Remarks

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

See Also

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