Interface IWin32OptionsTopLevelImpl
[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
WndProcHookCallback
Gets or sets a custom callback for the window's WndProc
Win32Properties.CustomWndProcHookCallback? WndProcHookCallback { get; set; }