|
Properties |
Description |
Border |
If the dialog has a border. |
ClientHeight |
Height of the client area. |
ClientLeft |
Horizontal position of the client area. |
ClientTop |
Vertical position of the client area. |
ClientWidth |
Width of the client area. |
Closable |
If the dialog can be closed. |
CloseOnInput |
If the dialog will close on keyboard or mouse input. |
DialogID |
Dialog ID. |
DragData |
Name of files dragged into the browser window. |
ExStyles |
Extended window styles of the dialog. |
Foreground |
If the dialog is in the foreground. |
Handle |
Handle of the dialog window. |
Height |
Height of the dialog. |
Icon |
Icon of the dialog. |
IsWindow |
If the dialog is a window. |
Left |
Horizontal position of the dialog. |
Maximized |
If the dialog is maximized. |
Menu |
Menu of the dialog. |
MinHeight |
Minimum height. |
Minimized |
If the dialog is minimized. |
MinWidth |
Minimum width. |
Parent |
Parent window of the dialog. |
PreventInput |
If input is allowed. |
Region |
Current region. |
ScrollBars |
If the dialog has scrollbars. |
Styles |
Window styles of the dialog. |
Sysmenu |
If the dialog has a close button. |
Title |
If the dialog has a title bar. |
Top |
Vertical position of the dialog. |
TopMostWindow |
If the dialog is to be shown on top of other windows. |
Transparency |
Transpareny of the dialog window. |
Type |
Type of the dialog. |
URL |
Location of the dialog HTML page. |
Visible |
Visibility of the dialog. |
Width |
Width of the dialog. |
|
Methods |
Description |
AttachDispatch |
Attaches an object to the dialog. |
CenterWindow |
Centers the dialog on the screen. |
CloseDialog |
Closes the dialog. |
DrawMenuBar |
Draws the menu bar. |
FlashWindow |
Flashes the dialog window. |
LoadDefaultSettings |
Loads a dialog specified in a browser skin file. |
Maximize |
Maximizes the dialog. |
Minimize |
Minimizes the dialog. |
Restore |
Restores the dialog. |
SetPosition |
Sets the position and size of the dialog. |
ShowDialog |
Shows the dialog. |
ShowModal |
Shows the dialog modal. |
|
Events |
Description |
OnClose |
Fires when the dialog is closed. |
OnCommand |
Fires when a menu entry has been clicked. |
|