void Hide() - Conceals the window from the user.
void Show() - Displays the window to the user.
void Float() - Displays the window as a floating window.
void Dock() - Docks the window within the main window.
void Close() - Destroys the window removing it from the windows collection.
System.Windows.Forms.Control Control - Gets the control displayed in the window.
bool Enabled - Gets or sets whether the window is enabled.
bool Floatable - Gets or sets whether the window is floatable.
int Height - Gets or sets the height of the window.
bool IsFloating - Gets the floating state of a window.
string Key - Gets the Key of the window in the WindowsCollection.
string Title - Gets or sets the title/caption of the window.
bool Visible - Gets or sets the visible state of the window.
int Width - Gets or sets the width of the window.
Size MaximumSize - Get or sets the maximum size of the window.
Size MinimumSize - Get or sets the minimum size of the window.
event System.EventHandler WindowLayoutLoaded - Occurs at startup just after the window layout has been loaded. This event can be used to update the state of commands which are being used to manage the visibility of a docked window. (see the ShowAttributeBrowserCommand.cs in the AttributeBrowserAddin sample)
event WindowEventHandler WindowAdded - Occurs when a new docked or MDI window is created.
bool Visible - Gets or sets the visibility of the StatusBar.
string Text - Gets or sets the text to display in the default StatusBar text pane.
int Progress - Gets or sets the progress bar value [0-100]. If this is set to 0 then the progress bar is hidden.
string ProgressText - Text to describe the action being tracked by the progress bar.
bool ShowDateTime - Gets or sets whether the Date and Time should be displayed on the StatusBar.
bool ShowCapsLock - Gets or sets whether the panel showing the CapsLock state is displayed on the StatusBar.
bool ShowNumLock - Gets or sets whether the panel showing the NumLock state is displayed on the StatusBar.
bool ShowScrollLock - Gets or sets whether the panel showing the ScrollLock state is displayed on the StatusBar.
bool ShowInsertMode - Gets or sets whether the panel showing the InsertMode is displayed on the statusbar.
StatusBarPanelsCollection Panels - Gets the collection of application defined StatusBar panels.