Class TVITEM
Inheritance
System.Object
TVITEM
Namespace: Syncfusion.Windows.Forms.Tools.Win32API
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TVITEM : ValueType
Fields
cChildren
Declaration
public int cChildren
Field Value
| Type |
|---|
| System.Int32 |
cchTextMax
Declaration
public int cchTextMax
Field Value
| Type |
|---|
| System.Int32 |
hItem
Declaration
public IntPtr hItem
Field Value
| Type |
|---|
| System.IntPtr |
iImage
Declaration
public int iImage
Field Value
| Type |
|---|
| System.Int32 |
iSelectedImage
Declaration
public int iSelectedImage
Field Value
| Type |
|---|
| System.Int32 |
lParam
Declaration
public int lParam
Field Value
| Type |
|---|
| System.Int32 |
mask
Declaration
public uint mask
Field Value
| Type |
|---|
| System.UInt32 |
pszText
Declaration
public IntPtr pszText
Field Value
| Type |
|---|
| System.IntPtr |
state
Declaration
public uint state
Field Value
| Type |
|---|
| System.UInt32 |
stateMask
Declaration
public uint stateMask
Field Value
| Type |
|---|
| System.UInt32 |