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
Use this constructor to create a menu or menu item is rooted to a built-in menu.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public CommandUICommand (
CommandRoot root,
string text,
string hint,
Icon menuIcon,
Icon toolBarIcon
)
'Declaration
Public Sub New ( _
root As CommandRoot, _
text As String, _
hint As String, _
menuIcon As Icon, _
toolBarIcon As Icon _
)
Parameters
- root
The command item that this item is rooted to.
- text
Text of the menu
- hint
Tooltip/Statusbar hint
- menuIcon
Bitmap to display in the menu.
- toolBarIcon
Not implemented. Leave as null.
See Also
Reference
CommandUICommand Class
CommandUICommand Members
Microsoft.RemoteToolSdk.PluginComponents Namespace