menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct TOOLINFO - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct TOOLINFO

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [CLSCompliant(false)]
    public struct TOOLINFO

    Fields

    cbSize

    Declaration
    public uint cbSize
    Field Value
    Type
    System.UInt32

    hinst

    Declaration
    public IntPtr hinst
    Field Value
    Type
    System.IntPtr

    hwnd

    Declaration
    public IntPtr hwnd
    Field Value
    Type
    System.IntPtr

    lParam

    Declaration
    public IntPtr lParam
    Field Value
    Type
    System.IntPtr

    lpszText

    Declaration
    public IntPtr lpszText
    Field Value
    Type
    System.IntPtr

    rect

    Declaration
    public RECT rect
    Field Value
    Type
    RECT

    uFlags

    Declaration
    public uint uFlags
    Field Value
    Type
    System.UInt32

    uId

    Declaration
    public IntPtr uId
    Field Value
    Type
    System.IntPtr
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved