Location property (LEADDlgImage Control)
Builder Syntax |
L_UINT Location |
Delphi Syntax |
Location: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the location value.
This property is associated with the following dialog boxes:
In this case it represents the position of the border. Possible values are: |
||
|
Value |
Meaning |
|
BORDER_INSIDE |
[0] The border will be within the bitmap. This is the default. |
|
BORDER_OUTSIDE |
[1] The border will be outside the bitmap. |
In this case it represents the placement of frame. Possible values are: |
||
|
Value |
Meaning |
|
FRAME_INSIDE |
[0] The frame will be within the original bitmap. This is the default. |
|
FRAME_OUTSIDE |
[1] The frame will be outside the original bitmap. |
When the dialog box closed, this property will be updated according to the Placement combo box value in the dialog boxes.
See Also
Elements: |
|
Topics: |