QuickOPC User's Guide and Reference
EditType Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > AutomaticValueControl Class : EditType Property
The type of values to be displayed (for viewing or editing) by this control.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public Property EditType As Type
'Usage
 
Dim instance As AutomaticValueControl
Dim value As Type
 
instance.EditType = value
 
value = instance.EditType
[CanBeNull()]
[DefaultValue("")]
public Type EditType {get; set;}
[CanBeNull()]
[DefaultValue("")]
public:
property Type^ EditType {
   Type^ get();
   void set (    Type^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also