ArcGIS Pro 2.9 API Reference Guide
GalleryItem Constructor(String,Object,String,String)

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

Parameters

text
The label for the gallery item.
icon
The gallery item image.
tooltip
The tooltip for the gallery item.
group
The group label the gallery item should appear under if appropriate.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

GalleryItem Class
GalleryItem Members
Overload List