Version

PerformGalleryAction Method

Performs the Activate, Click or Select action on the specified Gallery item
Syntax
'Declaration
 
Protected Function PerformGalleryAction( _
   ByVal oRibbonObject As System.Object, _
   ByVal sGalleryActionName As System.String _
) As System.Boolean
protected System.bool PerformGalleryAction( 
   System.object oRibbonObject,
   System.string sGalleryActionName
)
protected: System.bool PerformGalleryAction( 
   System.Object* oRibbonObject,
   System.string* sGalleryActionName
) 

Parameters

oRibbonObject
The specified Gallery item
sGalleryActionName
The name of the action to be performed

Return Value

Returns true if the specified action was performed on the Gallery item, else false
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