ArcFM Desktop Developer Guide
SaveDialogBoxData Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The dialog box to have its information persisted.
Provides the save of persisted information for a dialog box.
Syntax
'Declaration
 
Public Overridable Sub SaveDialogBoxData( _
   ByVal dialogBox As FrameworkDialog _
) 
'Usage
 
Dim instance As LayoutManager
Dim dialogBox As FrameworkDialog
 
instance.SaveDialogBoxData(dialogBox)
public virtual void SaveDialogBoxData( 
   FrameworkDialog dialogBox
)

Parameters

dialogBox
The dialog box to have its information persisted.
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