Gets or sets an icon for this RibbonGroup. This icon is displayed by the RibbonGroup's menu button which appears when the RibbonGroup shrinks to a width where its items cannot be displayed anymore. If the size of the icon is smaller than 32x32 1/96 inch, the image is drawn centered on the menu button.

Syntax

public System.Drawing.Image LargeIcon { get; set; }
Public Property LargeIcon() As System.Drawing.Image