| Visual Basic (Declaration) | |
|---|---|
Public Property IntegratedToDesktopManager As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebDialogBox Dim value As Boolean instance.IntegratedToDesktopManager = value value = instance.IntegratedToDesktopManager | |
| C# | |
|---|---|
public bool IntegratedToDesktopManager {get; set;} | |
WebDialogBox can be used in either StandAlone mode or Integrated mode. When running in StandAlone mode, the dialog box will be displayed on the top of the document's body.
To configure the Integration mode, simply set the IntegratedToDesktopManager property to True. When you set this property to True, the DialogBox will be created on demand only when the ShowDialogBox method is called in client side. Furthermore, when integrated, the DialogBox will automatically apply the Styles and Appearance of the Window and Button and therefore the DialogBox will have consistent look&feel throughout entire application.
To learn more and see the illustrations please refer to Integrating to DesktopManager.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
WebDialogBox ClassWebDialogBox Members