AddSplitCommand Method
Adds a split command with custom popup content.
Syntax
'Declaration Function AddSplitCommand( _ ByVal command As ICommand, _ ByVal commandUI As IAppCommandUI, _ ByVal content As Object _ ) As IAppCommandManagerBase
'Usage Dim instance As IAppCommandManagerBase Dim command As ICommand Dim commandUI As IAppCommandUI Dim content As Object Dim value As IAppCommandManagerBase value = instance.AddSplitCommand(command, commandUI, content)
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
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also