MenuItem Class Reference

Inheritance diagram for MenuItem:

wxObject IDisposable

List of all members.

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)


Constructor & Destructor Documentation

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 
)


Member Function Documentation

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  ) 


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:27 2009 for wxD by  doxygen 1.5.4