AddPopupCommand Method
Adds a popup command with custom popup content.
Syntax
'Declaration Function AddPopupCommand( _ ByVal commandUI As IAppCommandUI, _ ByVal content As Object _ ) As IAppCommandManagerBase
'Usage Dim instance As IAppCommandManagerBase Dim commandUI As IAppCommandUI Dim content As Object Dim value As IAppCommandManagerBase value = instance.AddPopupCommand(commandUI, content)
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
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