Consultor Eletrônico



Kbase P165554: Infragistics Office2007 menu ribbon: How to make a button appear Large
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/05/2010
Status: Unverified

GOAL:

Infragistics 2007 menu ribbon: How to make a button appear large

GOAL:

How to enlarge an Office2007 Ribbon button

FACT(s) (Environment):

Windows
OpenEdge 10.2x

FIX:

From the group object use the instanceProps object for the button:

Groups["Grp1"]:Tools[icId]:InstanceProps:PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize:Large.

where icId is the identifier of the button just created.