Loads the layout from a registry key.
Loads the layout from a registry key.
public void LoadLayout(RegistryKey);
Loads the layout from a binary stream.
public void LoadLayout(BinaryReader);
Loads the current layout from a stream. Can be read as binary or as XML.
public void LoadLayout(Stream,bool);
Loads the layout from an XML stream.
public void LoadLayout(XmlReader);
CommandBarManager Class | NETXP.Controls.Bars Namespace