Class NativeMethods.APPBARDATA
Inheritance
System.Object
NativeMethods.APPBARDATA
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class APPBARDATA : ValueType
Fields
cbSize
Declaration
public int cbSize
Field Value
Type |
---|
System.Int32 |
hWnd
Declaration
public IntPtr hWnd
Field Value
Type |
---|
System.IntPtr |
lParam
Declaration
public bool lParam
Field Value
Type |
---|
System.Boolean |
rc
Declaration
public RECT rc
Field Value
Type |
---|
RECT |
uCallbackMessage
Declaration
public int uCallbackMessage
Field Value
Type |
---|
System.Int32 |
uEdge
Declaration
public int uEdge
Field Value
Type |
---|
System.Int32 |