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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UABrowseMode Interface : IsSelectable Method
The element type to be tested.
Determines whether the given OPC element type is selectable in this browse mode.
Syntax
'Declaration
 
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)
bool IsSelectable( 
   UAElementType elementType
)
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