Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
void | Clear () |
void | ClearAttributes () |
int | Align () |
void | Align (int value) |
Colour | BackgroundColour () |
void | BackgroundColour (Colour value) |
int | Column () |
void | Column (int value) |
ClientData | Data () |
void | Data (ClientData value) |
Font | font () |
void | font (Font value) |
int | Id () |
void | Id (int value) |
int | Image () |
void | Image (int value) |
int | Mask () |
void | Mask (int value) |
int | State () |
void | State (int value) |
void | StateMask (int value) |
string | Text () |
void | Text (string value) |
Colour | TextColour () |
void | TextColour (Colour value) |
int | Width () |
void | Width (int value) |
ListItemAttr | Attributes () |
bool | HasAttributes () |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
void Clear | ( | ) |
void ClearAttributes | ( | ) |
int Align | ( | ) |
void Align | ( | int | value | ) |
Colour BackgroundColour | ( | ) |
void BackgroundColour | ( | Colour | value | ) |
int Column | ( | ) |
void Column | ( | int | value | ) |
ClientData Data | ( | ) |
void Data | ( | ClientData | value | ) |
Font font | ( | ) |
void font | ( | Font | value | ) |
int Id | ( | ) |
void Id | ( | int | value | ) |
int Image | ( | ) |
void Image | ( | int | value | ) |
int Mask | ( | ) |
void Mask | ( | int | value | ) |
int State | ( | ) |
void State | ( | int | value | ) |
void StateMask | ( | int | value | ) |
string Text | ( | ) |
void Text | ( | string | value | ) |
Colour TextColour | ( | ) |
void TextColour | ( | Colour | value | ) |
int Width | ( | ) |
void Width | ( | int | value | ) |
ListItemAttr Attributes | ( | ) |
bool HasAttributes | ( | ) |