Win32PropertiesCustomWindowStylesCallback Delegate
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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>
- style UInt32
-
- exStyle UInt32
-
ValueTupleUInt32,
UInt32