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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseMode 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 OpcElementType _
) As Boolean
'Usage
 
Dim instance As _OpcBrowseMode
Dim elementType As OpcElementType
Dim value As Boolean
 
value = instance.IsSelectable(elementType)
bool IsSelectable( 
   OpcElementType elementType
)
bool IsSelectable( 
   OpcElementType 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