QuickOPC User's Guide and Reference
RecognizeDoubleClickInTree Property



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
[DefaultValue(false)]
public bool RecognizeDoubleClickInTree {get; set;}
[DefaultValue(false)]
public:
property bool RecognizeDoubleClickInTree {
   bool get();
   void set (    bool value);
}
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