rxBoxStyle

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

Jump to: navigation, search


Description

rxBoxStyle models element ST_BoxStyle of the MS Custom UI XML specification which specifies the layout style of a container control.

Members

Property Name
Description
rxaNone Value not set
rxaTopLeft Specifies that child controls are aligned at the top left of the container
rxaTop Specifies that child controls are aligned at the top of the container
rxaTopRight Specifies that child controls are aligned at the top right of the container
rxaLeft Specifies that child controls are aligned at the left side of the container
rxaCenter Specifies that child controls are aligned at the center of the container
rxaRight Specifies that child controls are aligned at the right side of the container
rxaBottomLeft Specifies that child controls are aligned at the bottom left of the container
rxaBottom Specifies that child controls are aligned at the bottom of the container
rxaBottomRight Specifies that child controls are aligned at the bottom right of the container

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.