Initializes new instance of CommandUIItem object, using Command name identifier and executing parameters.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim commandName As String
Dim parameters As String
Dim instance As CommandUIItem(commandName, parameters)
|
Parameters
- commandName
- The Command name which defiles which command to execute
- parameters
- Additional parameters to pass of the command
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also