Win32Properties.CustomWindowStylesCallback Delegate
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public delegate (uint style, uint exStyle) CustomWindowStylesCallback(
uint style,
uint exStyle
)
Public Delegate Function CustomWindowStylesCallback (
style As UInteger,
exStyle As UInteger
) As (style As UInteger, exStyle As UInteger)
type CustomWindowStylesCallback =
delegate of
style : uint32 *
exStyle : uint32 -> ValueTuple<uint32, uint32>