ArcFM Engine Developer Guide
StatusPanelStyle Enumeration


Enumerates the type of panel contents that a panel can support.
Syntax
'Declaration
 
Public Enum StatusPanelStyle 
   Inherits System.Enum
'Usage
 
Dim instance As StatusPanelStyle
public enum StatusPanelStyle : System.Enum 
Members
MemberDescription
AutoStatusTextDisplays the StatusBarTest of the control or menu item based on mouse position.
ButtonDisplays a standard button.
CharacterPositionDisplays the position of the caret in a RichTextBox-derived control.
ControlContainerDisplays a custom control in the panel.
CursorPositionDisplays the mouse position when the mouse is over a control.
DateDisplays the current date based on the DateTimeFormat.
KeyStateDisplays the status of the key indicated by the Key property.
MarqueeDisplays animated text.
MdiListDisplays a taskbar style list of buttons representing the MDI windows.
ProgressDisplays a progress bar and its associated label.
StateButtonDisplays a state button.
TextDisplays the panel's text.
TimeDisplays the current time based on the DateTimeFormat.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Windows.StatusPanelStyle

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

Miner.Windows Namespace

 

 


Send Comment