QuickOPC User's Guide and Reference
RecognizeDoubleClickInTree Property



View with Navigation Tools
OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : RecognizeDoubleClickInTree Property
Determines whether a double click in the tree view part will be recognized.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property RecognizeDoubleClickInTree As Boolean
 
'Usage
 
Dim instance As BrowseControl
Dim value As Boolean
 
instance.RecognizeDoubleClickInTree = value
 
value = instance.RecognizeDoubleClickInTree
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