Show / Hide Table of Contents

Interface IMsWindow

Define una serie de miembros a implementar por un tipo que represente una ventana de Microsoft Windows.

Inherited Members
IWindow.Size
IWindow.Location
IWindow.Hide()
IWindow.Maximize()
IWindow.Minimize()
IWindow.Restore()
IWindow.ToggleMaximize()
ICloseable.Close()
Namespace: TheXDS.MCART.Component
Assembly: MCART.Windows.dll
Syntax
public interface IMsWindow : IWindow, ICloseable

Properties

| Edit this page View Source

Handle

Obtiene el Handle por medio del cual la ventana puede ser manipulada.

Declaration
nint Handle { get; }
Property Value
Type Description
nint
| Edit this page View Source

Padding

Obtiene o establece el margen interior de espaciado entre los bordes de la ventana y su contenido.

Declaration
Margins Padding { get; set; }
Property Value
Type Description
Margins

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)
Windows.GetScalingFactor(IMsWindow)
CollectionExtensions.PushInto<TItem, TCollection>(TItem, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, TValue>(TValue, TKey, IDictionary<TKey, TValue>)
MsWindowExtensions.DisableEffects(IMsWindow)
MsWindowExtensions.EnableAcrylic(IMsWindow)
MsWindowExtensions.EnableBlur(IMsWindow)
MsWindowExtensions.EnableMicaIfSupported(IMsWindow)
MsWindowExtensions.ExtendFrameIntoClientArea(IMsWindow)
MsWindowExtensions.HideBorder(IMsWindow)
MsWindowExtensions.HideCaption(IMsWindow)
MsWindowExtensions.HideClose(IMsWindow)
MsWindowExtensions.HideHelp(IMsWindow)
MsWindowExtensions.HideMaximize(IMsWindow)
MsWindowExtensions.HideMinimize(IMsWindow)
MsWindowExtensions.Move(IMsWindow, Point)
MsWindowExtensions.NotifyWindowFrameChange(IMsWindow)
MsWindowExtensions.Resize(IMsWindow, Size)
MsWindowExtensions.SetBackdropType(IMsWindow, SystemBackdropType)
MsWindowExtensions.SetCaptionColor(IMsWindow, Color)
MsWindowExtensions.SetCaptionTextColor(IMsWindow, Color)
MsWindowExtensions.SetClientPadding(IMsWindow, Margins)
MsWindowExtensions.SetCornerPreference(IMsWindow, WindowCornerPreference)
MsWindowExtensions.SetFramePadding(IMsWindow, Margins)
MsWindowExtensions.SetImmersiveDarkMode(IMsWindow, bool)
MsWindowExtensions.SetMica(IMsWindow, bool)
MsWindowExtensions.ShowBorder(IMsWindow)
MsWindowExtensions.ShowCaption(IMsWindow)
MsWindowExtensions.ShowClose(IMsWindow)
MsWindowExtensions.ShowHelp(IMsWindow)
MsWindowExtensions.ShowMaximize(IMsWindow)
MsWindowExtensions.ShowMinimize(IMsWindow)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX