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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseMode Interface : 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
 
Property AnchorElementType As OpcElementType
'Usage
 
Dim instance As _OpcBrowseMode
Dim value As OpcElementType
 
instance.AnchorElementType = value
 
value = instance.AnchorElementType
OpcElementType AnchorElementType {get; set;}
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