ArcFM Engine Developer Guide
MainStatusPanel Constructor


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
'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)
public MainStatusPanel( 
   string key,
   StatusPanelStyle 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