Interface IWinFormsWindow
Defines a set of accessor members to be implemented within Windows Forms windows.
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.WinForms.Common.dll
Syntax
public interface IWinFormsWindow : IMsWindow, IWindow, ICloseable
Remarks
This interface should only be implemented by objects that derive from the Form class or one of its derived classes.
Properties
| Edit this page View SourceItself
Gets a direct reference to the underlying window.
Declaration
Form Itself { get; }
Property Value
| Type | Description |
|---|---|
| Form |
WindowState
Gets a value that indicates the window's state.
Declaration
FormWindowState WindowState { get; }
Property Value
| Type | Description |
|---|---|
| FormWindowState |