ArcFM Desktop Developer Guide
Add Method (MainStatusBar)


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
style
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