ArcFM Engine Developer Guide
RestoreDialogBoxData Method


The dialog box being restored from persisted information.
Provides the restore of persisted information for a dialog box.
Syntax
'Declaration
 
Public Overridable Sub RestoreDialogBoxData( _
   ByVal dialogBox As FrameworkDialog _
) 
'Usage
 
Dim instance As LayoutManager
Dim dialogBox As FrameworkDialog
 
instance.RestoreDialogBoxData(dialogBox)
public virtual void RestoreDialogBoxData( 
   FrameworkDialog dialogBox
)

Parameters

dialogBox
The dialog box being restored from persisted information.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LayoutManager Class
LayoutManager Members

 

 


Send Comment