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.
1/5/2010
Fired when the user hovers over an item.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public event EventHandler HintRequested
'Declaration
Public Event HintRequested As EventHandler
Remarks
If your plug-in wants to dynamically change the tooltip, modify the Hint property in response to this event.
This event is fired right before the tooltip/hint is displayed.
See Also
Reference
CommandUICommand Class
CommandUICommand Members
Microsoft.RemoteToolSdk.PluginComponents Namespace