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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UABrowseMode 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 UAElementType
'Usage
 
Dim instance As _UABrowseMode
Dim value As UAElementType
 
instance.AnchorElementType = value
 
value = instance.AnchorElementType
UAElementType AnchorElementType {get; set;}
property UAElementType AnchorElementType {
   UAElementType get();
   void set (    UAElementType 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