NetXP 3.0 Reference

CommandBarManager.SaveLayout Method

Saves the layout to a registry key.

Overload List

Saves the layout to a registry key.

public void SaveLayout(RegistryKey);

Saves the layout to a binary stream.

public void SaveLayout(BinaryWriter);

Saves the current layout to a stream. Can be written as binary or as XML.

public void SaveLayout(Stream,bool);

Saves the layout to an XML stream.

public void SaveLayout(XmlWriter);

See Also

CommandBarManager Class | NETXP.Controls.Bars Namespace