@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Specifies or receives attributes of a tree-view item. !!!!C# Definition: struct TVITEM { public uint mask; public IntPtr hItem; public uint state; public uint stateMask; public IntPtr pszText; public int cchTextMax; public int iImage; public int iSelectedImage; public int cChildren; public IntPtr lParam; } !!!!VB Definition: Structure TVITEM Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: TVITEM@msdn on MSDN
Edit Structures.TVITEM
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.