Table of Contents

Interface IWin32OptionsTopLevelImpl

Namespace
Avalonia.Controls.Platform
Assembly
Avalonia.Controls.dll
[PrivateApi]
public interface IWin32OptionsTopLevelImpl : ITopLevelImpl, IOptionalFeatureProvider, IDisposable
Inherited Members

Properties

WindowStylesCallback

Gets or sets a callback to set the window styles.

Win32Properties.CustomWindowStylesCallback? WindowStylesCallback { get; set; }

Property Value

Win32Properties.CustomWindowStylesCallback

WndProcHookCallback

Gets or sets a custom callback for the window's WndProc

Win32Properties.CustomWndProcHookCallback? WndProcHookCallback { get; set; }

Property Value

Win32Properties.CustomWndProcHookCallback