Public Member Functions | |
this (IntPtr wxobj) | |
this (ToolBar tbar=null, int toolid=wxID_SEPARATOR, string label="", Bitmap bmpNormal=Bitmap.wxNullBitmap, Bitmap bmpDisabled=Bitmap.wxNullBitmap, ItemKind kind=ItemKind.wxITEM_NORMAL, ClientData clientData=null, string shortHelpString="", string longHelpString="") | |
this (ToolBar tbar, Control control) | |
int | ID () |
Control | control () |
ToolBar | toolBar () |
bool | IsButton () |
bool | IsControl () |
bool | IsSeparator () |
int | Style () |
ItemKind | Kind () |
bool | CanBeToggled () |
string | Label () |
void | Label (string value) |
string | ShortHelp () |
void | ShortHelp (string value) |
string | LongHelp () |
void | LongHelp (string value) |
ClientData | clientData () |
void | clientData (ClientData value) |
void | Enabled (bool value) |
bool | Enabled () |
void | Toggled (bool value) |
bool | Toggled () |
void | NormalBitmap (Bitmap value) |
void | DisabledBitmap (Bitmap value) |
void | Detach () |
void | Attach (ToolBar tbar) |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ToolBar | tbar = null , |
|
int | toolid = wxID_SEPARATOR , |
|||
string | label = "" , |
|||
Bitmap | bmpNormal = Bitmap.wxNullBitmap , |
|||
Bitmap | bmpDisabled = Bitmap.wxNullBitmap , |
|||
ItemKind | kind = ItemKind.wxITEM_NORMAL , |
|||
ClientData | clientData = null , |
|||
string | shortHelpString = "" , |
|||
string | longHelpString = "" | |||
) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
int ID | ( | ) |
Control control | ( | ) |
ToolBar toolBar | ( | ) |
bool IsButton | ( | ) |
bool IsControl | ( | ) |
bool IsSeparator | ( | ) |
int Style | ( | ) |
ItemKind Kind | ( | ) |
bool CanBeToggled | ( | ) |
string Label | ( | ) |
void Label | ( | string | value | ) |
string ShortHelp | ( | ) |
void ShortHelp | ( | string | value | ) |
string LongHelp | ( | ) |
void LongHelp | ( | string | value | ) |
ClientData clientData | ( | ) |
void clientData | ( | ClientData | value | ) |
void Enabled | ( | bool | value | ) |
bool Enabled | ( | ) |
void Toggled | ( | bool | value | ) |
bool Toggled | ( | ) |
void NormalBitmap | ( | Bitmap | value | ) |
void DisabledBitmap | ( | Bitmap | value | ) |
void Detach | ( | ) |
void Attach | ( | ToolBar | tbar | ) |