NetXP 3.0 Reference

CommandBarManager.LoadLayout Method

Loads the layout from a registry key.

Overload List

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);

See Also

CommandBarManager Class | NETXP.Controls.Bars Namespace