QuickOPC User's Guide and Reference
IsSelectable Method (UABrowseMode)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseMode Class : IsSelectable Method
The element type to be tested.
Determines whether the given OPC element type is selectable in this browse mode.
Syntax
'Declaration
 
Public Function IsSelectable( _
   ByVal elementType As UAElementType _
) As Boolean
'Usage
 
Dim instance As UABrowseMode
Dim elementType As UAElementType
Dim value As Boolean
 
value = instance.IsSelectable(elementType)
public bool IsSelectable( 
   UAElementType elementType
)
public:
bool IsSelectable( 
   UAElementType elementType
) 

Parameters

elementType
The element type to be tested.

Return Value

True if the element type is selectable in this browse mode; false otherwise.
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