Public Member Functions | |
this (IntPtr wxobj) | |
this (int id, int type, wxObject obj, int row, int col, int x, int y, bool sel, bool control, bool shift, bool alt, bool meta) | |
int | Row () |
int | Col () |
Point | Position () |
bool | Selecting () |
bool | ControlDown () |
bool | MetaDown () |
bool | ShiftDown () |
bool | AltDown () |
void | Veto () |
void | Allow () |
bool | Allowed () |
Static Public Member Functions | |
static | this () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Event.
this | ( | int | id, | |
int | type, | |||
wxObject | obj, | |||
int | row, | |||
int | col, | |||
int | x, | |||
int | y, | |||
bool | sel, | |||
bool | control, | |||
bool | shift, | |||
bool | alt, | |||
bool | meta | |||
) |
static this | ( | ) | [static] |
Reimplemented from Event.
int Row | ( | ) |
int Col | ( | ) |
Point Position | ( | ) |
bool Selecting | ( | ) |
bool ControlDown | ( | ) |
bool MetaDown | ( | ) |
bool ShiftDown | ( | ) |
bool AltDown | ( | ) |
void Veto | ( | ) |
void Allow | ( | ) |
bool Allowed | ( | ) |