WebDialogBox Properties
| CommandButtons | Description Creates command buttons in the dialog box. ValueType Object Default Value |
| WindowSettings | Description Get or sets the global settings of Window. ValueType Object Default Value |
| Text | Description Gets or sets the text caption displayed in the WebDialogBox control. ValueType String Default Value |
| Location | Description Gets or sets the location of WebDialogBox control. ValueType OffsetLocation Default Value |
| ControlBoxImage | Description Gets or sets the image displayed in the WebDialogBox caption. ValueType String Default Value |
| ContentURL | Description Gets or sets the URL string of a page that will be displayed inside the container (Window, Pane, Tab). ValueType String Default Value |
| IntegratedToDesktopManager | Description Gets or sets the status of whether the WebDialogBox control is integrated to Desktop Manager or not. ValueType Boolean Default Value |
| ClientSideEvents | Description Represents ClientEvents object that hold list of client events. ValueType Object (WebDialogBoxClientSideEvents) Default Value |
| InProgressText | Description Gets or sets the text displayed when the IFrame is in loading progress. ValueType String Default Value |
| StartPosition | Description Gets or sets the initial startup position of WebDialogBox. ValueType OffsetLocation Default Value |
| ClientID | Description Gets the server control identifier generated by ASP.NET. ValueType String Default Value |
| ID | Description Gets or sets the programmatic identifier assigned to the WebDialogBox control. ValueType Default Value |
| Window | Description Returns the WebDesktopWindow object associated with the WebDialogBox ValueType WebDesktopWindow Default Value |
| ParentWindow | Description Gets the parent Window of the WebDialogBox object. ValueType WebDesktopWindow Default Value |
WebDialogBox Methods
| CreateWebDialogBox |
Description id (string) Remarks
Return Value object Samples |
| ShowDialog | Description Show the WebDialogBox which by default is not shown. Parameters
Remarks
Return Value
Samples |
| CloseDialog |
Description
|
| GetContentElement |
Description
|
| GetContentWindow |
Description
|
| FindControl |
Description id (string) Remarks
Return Value object Samples |
| SetContentURL | Description Sets the content URL of this WebDialogBox Parameters
Remarks
|