Location property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

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:

AddBorder dialog box

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.

AddFrame dialog box

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:

ShowAddBorderDlg method, ShowAddFrameDlg method

Topics:

Imaging Common Dialogs: Properties, Methods, and Events