Win32Properties Class
Set of Win32 specific properties and events that allow deeper customization of the application per platform.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static class Win32Properties
Public NotInheritable Class Win32Properties
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Win32Properties = class end
Inheritance | Object → Win32Properties |
Methods
AddWindowStylesCallback(TopLevel, Win32Properties.CustomWindowStylesCallback) | Adds a callback to set the window's style. |
AddWndProcHookCallback(TopLevel, Win32Properties.CustomWndProcHookCallback) | Adds a custom callback for the window's WndProc |
RemoveWindowStylesCallback(TopLevel, Win32Properties.CustomWindowStylesCallback) | Removes a callback to set the window's style. |
RemoveWndProcHookCallback(TopLevel, Win32Properties.CustomWndProcHookCallback) | Removes a custom callback for the window's WndProc |