WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct NativeMethods.APPBARDATA

    Show / Hide Table of Contents

    Struct NativeMethods.APPBARDATA

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public struct APPBARDATA

    Fields

    cbSize

    Declaration
    public int cbSize
    Field Value
    Type Description
    System.Int32

    hWnd

    Declaration
    public IntPtr hWnd
    Field Value
    Type Description
    System.IntPtr

    lParam

    Declaration
    public bool lParam
    Field Value
    Type Description
    System.Boolean

    rc

    Declaration
    public RECT rc
    Field Value
    Type Description
    RECT

    uCallbackMessage

    Declaration
    public int uCallbackMessage
    Field Value
    Type Description
    System.Int32

    uEdge

    Declaration
    public int uEdge
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved