Interface IMsWindow
Defines a set of members to be implemented by a type that represents a Microsoft Windows window.
Inherited Members
Namespace: TheXDS.MCART.Component
Assembly: MCART.Windows.dll
Syntax
public interface IMsWindow : IWindow, ICloseable
Properties
| Edit this page View SourceHandle
Gets the handle through which the window can be manipulated.
Declaration
nint Handle { get; }
Property Value
| Type | Description |
|---|---|
| nint |
Padding
Gets or sets the interior margin that spaces the window's borders from its content.
Declaration
Margins Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| Margins |