Version

RibbonToolSizingMode Enumeration

Determines the sizing mode of a tool which affects the size of a tool and whether it displays image, text or both.
Syntax
'Declaration
 
Public Enum RibbonToolSizingMode 
   Inherits System.Enum
public enum RibbonToolSizingMode : System.Enum 
Members
MemberDescription
ImageAndTextLargeThe tool will display its image and text and its height will span the height of the items area of the containing RibbonGroup.
ImageAndTextNormalThe tool will display its image and text in a normal size.
ImageOnlyThe tool will display its image only.
Requirements

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