Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
EDITBALLOONTIP (Structures)
.
C# Definition:
const int TTI_NONE = 0;
const int TTI_INFO = 1;
const int TTI_WARNING = 2;
const int TTI_ERROR = 3;
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)]
struct EDITBALLOONTIP
{
public int cbStruct;
public string pszTitle;
public string pszText;
public int ttiIcon;
struct EDITBALLOONTIP {
public TODO;
}
VB Definition:
Const TTI_NONE As Integer = 0
Const TTI_INFO As Integer = 1
Const TTI_WARNING As Integer = 2
Const TTI_ERROR As Integer = 3
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> _
Structure EDITBALLOONTIP
Public cbStruct As Integer
Public pszTitle As String
Public pszText As String
Public ttiIcon As Integer
End Structure
User-Defined Field Types:
None.
Notes:
None.
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.