AVEVA CAF API Documenation

Control Property (ControlContainerTool)
Control associated with tool.
Syntax
[XmlElement("Control")]
[Description("Control associated with tool")]
[Editor(Aveva.ApplicationFramework.Presentation.Customize.ControlEditor, System.Drawing.Design.UITypeEditor)]
[TypeConverter(Aveva.ApplicationFramework.Presentation.Customize.CommandConverter)]
public string Control {get; set;}
[XmlElement("Control")]
[Description("Control associated with tool")]
[Editor(Aveva.ApplicationFramework.Presentation.Customize.ControlEditor, System.Drawing.Design.UITypeEditor)]
[TypeConverter(Aveva.ApplicationFramework.Presentation.Customize.CommandConverter)]
public:
property String^ Control {
   String^ get();
   void set (    String^ value);
}

Property Value

The control.
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