QuickOPC User's Guide and Reference
AnchorElementType Property (OpcBrowseMode)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseMode Class : AnchorElementType Property
Type of the anchor element. Determines the part of the selection that is given on input and cannot be changed by the user.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property AnchorElementType As OpcElementType
'Usage
 
Dim instance As OpcBrowseMode
Dim value As OpcElementType
 
instance.AnchorElementType = value
 
value = instance.AnchorElementType
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public OpcElementType AnchorElementType {get; set;}
[DataMember()]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property OpcElementType AnchorElementType {
   OpcElementType get();
   void set (    OpcElementType 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