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