CreateAppCommandUI Method
- Last UpdatedAug 21, 2026
- 1 minute read
This method will create AppCommandUI
'Declaration
Function CreateAppCommandUI( _
ByVal label As String, _
ByVal toolTip As String, _
ByVal icon As DrawingBrush _
) As IAppCommandUI
IAppCommandUI CreateAppCommandUI(
string label,
string toolTip,
DrawingBrush icon
)
IAppCommandUI^ CreateAppCommandUI(
String^ label,
String^ toolTip,
DrawingBrush^ icon
)
Parameters
- label
- lable of the command
- toolTip
- ToolTips of the command
- icon
- Icon of the command
Return Value
return IAppCommandUI