The position of a pane's contents.
Usage
Set_Property(OLECtrlEntID, "OLE.PaneAlignment[index]", OptionValue)
Values
OptionValue can be set to one of the following valid options:
Value | Abbr. | Description |
---|---|---|
Left | L | The caption and image are drawn on the left side of the pane |
Center | C | The caption and image are drawn in the center of the pane |
Right | R | The caption and image are dawn on the right side of the pane |
Default: Center
Indices
Index | Description |
---|---|
index | Index to an existing pane |
Remarks
The PaneAlignment property establishes the position of a pane's caption and image, but only in the horizontal direction. A pane's contents are always centered vertically within a pane.