rxExpand

From Ribbon Commander Documentation
Revision as of 15:22, 13 March 2013 by Rxdff15551 bb53 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Description

rxExpand models element ST_Expand of the MS Custom UI XML specification which specifies the direction or directions that the relevant control expands within its container.

Members

Property Name
Description
rxeNone Value not set
rxeHorizontal Specifies that the control expands horizontally
rxeVertical Specifies that the control expands vertically
rxeBoth Specifies that the control expands both horizontally and vertically
rxeNeither Specifies that the control does not expand

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.