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



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