Saves the layout to a registry key.
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);
CommandBarManager Class | NETXP.Controls.Bars Namespace