ArcFM Desktop Developer Guide
MainStatusPanel Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The unique key used to reference the panel.
The panel style desired for the new panel.
Creates a panel for the main status bar.
Syntax
public MainStatusPanel( 
   string key,
   StatusPanelStyle style
)
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal style As StatusPanelStyle _
)
 
'Usage
 
Dim key As String
Dim style As StatusPanelStyle
 
Dim instance As New MainStatusPanel(key, style)

Parameters

key
The unique key used to reference the panel.
style
The panel style desired for the new panel.
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

MainStatusPanel Class
MainStatusPanel Members

 

 


Send Comment