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. | |
| | Continue | Continues the gesture/animation. | |
| | 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 of the agent control. | |
| | HCaptionOffset | Retrieves or sets a value that indicates the horizontally offset of the agent's caption. | |
| | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | 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. | |
| | Play | Plays a gesture/animation from giving agent file. | |
| | Refresh | Refreshes the control. | |
| | Replay | Replays the gesture/animation. | |
| | Stop | Stops the gesture/animation. | |
| | 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. | |
| | VAlignment | Aligns vertically the control's caption. | |
| | 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 of the agent control. | |
| | VCaptionOffset | Retrieves or sets a value that indicates the vertically offset of the agent's caption. | |
| | Version | Retrieves the control's version. | |