Skip to main content

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)

public static class Win32Properties
View Source
InheritanceObject → 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

See Also

Reference

Avalonia.Controls Namespace