Version

RibbonToolSize Enumeration

Enumeration used to indicate the size of the tool within the Ribbon.
Syntax
'Declaration
 
Public Enum RibbonToolSize 
   Inherits System.Enum
public enum RibbonToolSize : System.Enum 
Members
MemberDescription
DefaultThe size of the tool will be based on default for the tool or the containing RibbonGroup.
ImageOnlyThe caption of the tool is hidden.
LargeThe tool displays an image with the text below.
NormalThe image and text of the tool are displayed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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