Connectivity Software User's Guide and Reference
AnchorElementType Property (UABrowseMode)



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

Property Value

The default value of this property is None (UAElementType.None).

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