- Assembly: RT.Util, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
- Namespace: RT.Util.Forms
- Show inherited types...
Inherits from:
- System.Windows.Forms.Form
- System.Windows.Forms.ContainerControl
- System.Windows.Forms.ScrollableControl
- System.Windows.Forms.Control
- System.ComponentModel.Component
- System.MarshalByRefObject
- Show implemented interfaces...
Implements:
- System.Windows.Forms.Layout.IArrangedElement
- System.Windows.Forms.IBindableComponent
- System.ComponentModel.IComponent
- System.Windows.Forms.IContainerControl
- System.IDisposable
- System.Windows.Forms.IDropTarget
- System.Windows.Forms.UnsafeNativeMethods.IOleControl
- System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject
- System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject
- System.Windows.Forms.UnsafeNativeMethods.IOleObject
- System.Windows.Forms.UnsafeNativeMethods.IOleWindow
- System.Windows.Forms.UnsafeNativeMethods.IPersist
- System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag
- System.Windows.Forms.UnsafeNativeMethods.IPersistStorage
- System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit
- System.Windows.Forms.UnsafeNativeMethods.IQuickActivate
- System.Windows.Forms.ISupportOleDropSource
- System.ComponentModel.ISynchronizeInvoke
- System.Windows.Forms.UnsafeNativeMethods.IViewObject
- System.Windows.Forms.UnsafeNativeMethods.IViewObject2
- System.Windows.Forms.IWin32Window
Summary
A form which has all the proper minimize/restore methods, and which remembers its position and size between instances of the application.
Constructors
| Initialises a new managed form. |
Instance methods
void | |
Shows the form properly: if it is visible but minimized it will be restored
and activated; otherwise the base implementation of Show will be invoked.
|
DialogResult | ShowDialog(Form centerInForm = null, bool repositionParentAfterwards = false) | Shows the form as a modal dialog box with the currently active window set as its owner. |
Instance properties
bool | | Determines whether the current managed form is maximised, or is minimised and would be maximised if restored. |
bool | | Determines if the current managed form is minimised. |
int | | Gets the height of the form when in normal state (i.e. not minimized or maximized). |
int | | Gets the X-coordinate of the form when in normal state (i.e. not minimized or maximized). |
int | | Gets the Y-coordinate of the form when in normal state (i.e. not minimized or maximized). |
int | | Gets the width of the form when in normal state (i.e. not minimized or maximized). |
Nested types
| Stores the size, position and maximized state of the form. |
| Holds the settings of the ManagedForm. |