ArcGIS Pro 2.8 API Reference Guide
GalleryItem Constructor(String,String,String,String)

ArcGIS.Desktop.Framework.Contracts Namespace > GalleryItem Class > GalleryItem Constructor : GalleryItem Constructor(String,String,String,String)
The label for the gallery item.
The path to the image to use.
The tooltip for the galery item.
The group label the gallery item should appear under if appropriate.
Initializes a GalleryItem class.
Syntax
public GalleryItem( 
   string text,
   string imagePath,
   string tooltip,
   string group
)
Public Function New( _
   ByVal text As String, _
   Optional ByVal imagePath As String, _
   Optional ByVal tooltip As String, _
   Optional ByVal group As String _
)

Parameters

text
The label for the gallery item.
imagePath
The path to the image to use.
tooltip
The tooltip for the galery item.
group
The group label the gallery item should appear under if appropriate.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

GalleryItem Class
GalleryItem Members
Overload List