AVEVA CAF API Documenation

CommandBarsLayoutSettingsList Property
Gets or sets a list of command bars layout settings.
Syntax
[XmlArray("CommandBarsLayoutSettings")]
[XmlArrayItem("CommandBarLayoutSettings", Type=Aveva.ApplicationFramework.Presentation.CommandBarLayoutSettings)]
public ArrayList CommandBarsLayoutSettingsList {get; set;}
[XmlArray("CommandBarsLayoutSettings")]
[XmlArrayItem("CommandBarLayoutSettings", Type=Aveva.ApplicationFramework.Presentation.CommandBarLayoutSettings)]
public:
property ArrayList^ CommandBarsLayoutSettingsList {
   ArrayList^ get();
   void set (    ArrayList^ value);
}

Property Value

A List of command bars layout settings.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also