Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/2014
Override this function if your plug-in needs to react to the user left-clicking on a node in the treeview control.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
protected virtual void OnLeftClick (
Control host,
string guidNode
)
'Declaration
Protected Overridable Sub OnLeftClick ( _
host As Control, _
guidNode As String _
)
Parameters
- host
Control that hosts the treeview. Use this as a parent control if needed.
- guidNode
The GUID of the node the user clicked on.
Remarks
This function is called only if the node the user clicked on does not have a PluginData object associated with it.
If the node has a PluginData object associated with it, the OnLeftClick method of the PluginData object will be called instead.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PluginComponent Class
PluginComponent Members
Microsoft.RemoteToolSdk.PluginComponents Namespace