Version

GetGalleryItemId(GalleryTool,GalleryItemGroup,GalleryItem) Method

Returns the identifier of the specified gallery item
Syntax
'Declaration
 
Protected Overloads Function GetGalleryItemId( _
   ByVal galleryTool As Infragistics.Windows.Ribbon.GalleryTool, _
   ByVal galleryGroup As Infragistics.Windows.Ribbon.GalleryItemGroup, _
   ByVal galleryItem As Infragistics.Windows.Ribbon.GalleryItem _
) As System.Object
protected System.object GetGalleryItemId( 
   Infragistics.Windows.Ribbon.GalleryTool galleryTool,
   Infragistics.Windows.Ribbon.GalleryItemGroup galleryGroup,
   Infragistics.Windows.Ribbon.GalleryItem galleryItem
)
protected: System.Object* GetGalleryItemId( 
   Infragistics.Windows.Ribbon.GalleryTool* galleryTool,
   Infragistics.Windows.Ribbon.GalleryItemGroup* galleryGroup,
   Infragistics.Windows.Ribbon.GalleryItem* galleryItem
) 

Parameters

galleryTool
Gallery tool containing the gallery item
galleryGroup
Gallery group, if any, to which the gallery item belongs
galleryItem
The specified gallery item

Return Value

Returns the identifier of the specified gallery item
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