Public Member Functions | |
this (IntPtr wxobj) | |
this (Menu parentMenu=null, int id=wxID_SEPARATOR, string text="", string help="", ItemKind kind=ItemKind.wxITEM_NORMAL, Menu subMenu=null) | |
Menu | menu () |
void | menu (Menu value) |
int | ID () |
void | ID (int value) |
bool | IsSeparator () |
void | Text (string value) |
string | Text () |
string | Label () |
string | GetLabelFromText (string text) |
ItemKind | Kind () |
void | Checkable (bool value) |
bool | Checkable () |
bool | IsSubMenu () |
void | SubMenu (Menu value) |
Menu | SubMenu () |
void | Enabled (bool value) |
bool | Enabled () |
void | Checked (bool value) |
bool | Checked () |
void | Toggle () |
void | Help (string value) |
string | Help () |
AcceleratorEntry | Accel () |
void | Accel (AcceleratorEntry value) |
void | Name (string value) |
string | Name () |
void | bitmap (Bitmap value) |
Bitmap | bitmap () |
void | Click_Add (EventListener value) |
void | Click_Remove (EventListener value) |
void | Select_Add (EventListener value) |
void | Select_Remove (EventListener value) |
Static Public Member Functions | |
static wxObject | New2 (IntPtr ptr) |
static MenuItem | New (Menu parentMenu=null, int id=wxID_SEPARATOR, string text="", string help="", ItemKind kind=ItemKind.wxITEM_NORMAL, Menu subMenu=null) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | Menu | parentMenu = null , |
|
int | id = wxID_SEPARATOR , |
|||
string | text = "" , |
|||
string | help = "" , |
|||
ItemKind | kind = ItemKind.wxITEM_NORMAL , |
|||
Menu | subMenu = null | |||
) |
static wxObject New2 | ( | IntPtr | ptr | ) | [static] |
static MenuItem New | ( | Menu | parentMenu = null , |
|
int | id = wxID_SEPARATOR , |
|||
string | text = "" , |
|||
string | help = "" , |
|||
ItemKind | kind = ItemKind.wxITEM_NORMAL , |
|||
Menu | subMenu = null | |||
) | [static] |
Menu menu | ( | ) |
void menu | ( | Menu | value | ) |
int ID | ( | ) |
void ID | ( | int | value | ) |
bool IsSeparator | ( | ) |
void Text | ( | string | value | ) |
string Text | ( | ) |
string Label | ( | ) |
string GetLabelFromText | ( | string | text | ) |
ItemKind Kind | ( | ) |
void Checkable | ( | bool | value | ) |
bool Checkable | ( | ) |
bool IsSubMenu | ( | ) |
void SubMenu | ( | Menu | value | ) |
Menu SubMenu | ( | ) |
void Enabled | ( | bool | value | ) |
bool Enabled | ( | ) |
void Checked | ( | bool | value | ) |
bool Checked | ( | ) |
void Toggle | ( | ) |
void Help | ( | string | value | ) |
string Help | ( | ) |
AcceleratorEntry Accel | ( | ) |
void Accel | ( | AcceleratorEntry | value | ) |
void Name | ( | string | value | ) |
string Name | ( | ) |
void bitmap | ( | Bitmap | value | ) |
Bitmap bitmap | ( | ) |
void Click_Add | ( | EventListener | value | ) |
void Click_Remove | ( | EventListener | value | ) |
void Select_Add | ( | EventListener | value | ) |
void Select_Remove | ( | EventListener | value | ) |