@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Contains or receives information for a specific button in a toolbar. !!!!C# Definition: [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)] public struct TBBUTTONINFO { public int cbSize; public int dwMask; public int idCommand; public int iImage; public byte fsState; public byte fsStyle; public short cx; public IntPtr lParam; public IntPtr pszText; public int cchText; } !!!!VB Definition: <StructLayout(LayoutKind.Sequential)> _ Public Structure TBBUTTONINFO Public cbSize As Int32 Public dwMask As Int32 Public idCommand As Int32 Public iImage As Int32 Public fsState As Byte Public fsStyle As Byte Public cx As Short Public lParam As IntPtr Public pszText As IntPtr Public cchText As Int32 End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/toolbar/structures/tbbuttoninfo.asp
Edit Structures.TBBUTTON
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.