Show / Hide Table of Contents

Interface IWinFormsWindow

Defines a set of accessor members to be implemented within Windows Forms windows.

Inherited Members
IMsWindow.Handle
IMsWindow.Padding
IWindow.Size
IWindow.Location
IWindow.Hide()
IWindow.Maximize()
IWindow.Minimize()
IWindow.Restore()
IWindow.ToggleMaximize()
ICloseable.Close()
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 Source

Itself

Gets a direct reference to the underlying window.

Declaration
Form Itself { get; }
Property Value
Type Description
Form
| Edit this page View Source

WindowState

Gets a value that indicates the window's state.

Declaration
FormWindowState WindowState { get; }
Property Value
Type Description
FormWindowState

Extension Methods

Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T?)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>?)
ObjectExtensions.Is(object?, object?)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object?, object?)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Common.IfNotNull<T>(T?, Action<T>)
Objects.Itself<T>(T)
Objects.ShallowCopyTo<T>(T, T)
CollectionExtensions.PushInto<TItem, TCollection>(TItem, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, TValue>(TValue, TKey, IDictionary<TKey, TValue>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX