The
Dialog object associates a picture to a form. The object supports the
following properties and methods:
| |  | Name | Description | |
| | | Alignment | Aligns the control's caption. | |
| | | Attach | Attaches the control to the container. | |
| | | BackColor | Retrieves or sets the control's background color. | |
| | | BorderBottom | Retrieves or sets the size in pixels of the border on the bottom side. | |
| | | BorderLeft | Retrieves or sets the size in pixels of the border on the left side. | |
| | | BorderRight | Retrieves or sets the size in pixels of the border on the right side. | |
| | | BorderTop | Retrieves or sets the size in pixels of the border on the up side. | |
| | | Caption | Retrieves or sets the control's caption. | |
| | | CaptionFormat | Specifies whether the control's caption displays data using HTML format. | |
| | | Dettach | Detaches the control. | |
| | | Enabled | Retrieves or sets a value indicating whether the control is visible or hidden. | |
| | | Font | Retrieves or sets the control's font. | |
| | | ForeColor | Retrieves or sets the control's foreground color. | |
| | | HAnchor | Retrieves or sets a value that indicates how the control is horizontally anchored. | |
| | | HAnchorOffset | Retrieves or sets a value that indicates the horizontally offset. | |
| | | hWnd | Retrieves the control's window handle. | |
| | | OnClick | Retrieves or sets a value that indicates what the action that control takes when the user clicks on the control. | |
| | | Picture | Retrieves or sets the control's picture. | |
| | | PictureHeight | Retrieves the picture's height. | |
| | | PictureWidth | Retrieves the picture's width. | |
| | | Refresh | Refreshes the control. | |
| | | TopMost | Places the control above all non-topmost windows. | |
| | | Transparency | Retrieves or sets a value that indicates whether the control allows transparency. | |
| | | TransparentFrom | Retrieves or sets a value that indicates the starting transparent color. | |
| | | TransparentTo | Retrieves or sets a value that indicates the ending transparent color. | |
| | | VAnchor | Retrieves or sets a value that indicates how the control is vertically anchored. | |
| | | VAnchorOffset | Retrieves or sets a value that indicates the vertically offset. | |