Class TOOLINFO
Inheritance
System.Object
TOOLINFO
Namespace: Syncfusion.Windows.Forms.Tools.Win32API
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TOOLINFO : ValueType
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 |