AddPopupCommand Method
- Last UpdatedAug 21, 2026
- 1 minute read
Adds a popup command with custom popup content.
'Declaration
Function AddPopupCommand( _
ByVal commandUI As IAppCommandUI, _
ByVal content As Object _
) As IAppCommandManagerBase
IAppCommandManagerBase AddPopupCommand(
IAppCommandUI commandUI,
object content
)
IAppCommandManagerBase^ AddPopupCommand(
IAppCommandUI^ commandUI,
Object^ content
)
Parameters
- commandUI
- The command UI.
- content
- The content.
Return Value
The command manager