ArcFM Desktop Developer Guide
Add Method (MainStatusBar)


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.
Adds a new panel to the status bar.
Syntax
'Declaration
 
Public Function Add( _
   ByVal key As String, _
   ByVal style As StatusPanelStyle _
) As MainStatusPanel
'Usage
 
Dim instance As MainStatusBar
Dim key As String
Dim style As StatusPanelStyle
Dim value As MainStatusPanel
 
value = instance.Add(key, style)
public MainStatusPanel Add( 
   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

MainStatusBar Class
MainStatusBar Members

 

 


Send Comment