
Public Member Functions | |
| this (IntPtr wxobj) | |
| this () | |
| this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name="") | |
| this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name="") | |
| int | Selection () |
| void | Selection (int value) |
| bool | SetPageText (int n, string strText) |
| string | GetPageText (int n) |
| int | GetPageImage (int n) |
| bool | SetPageImage (int n, int imageId) |
| Size | CalcSizeFromPage (Size sizePage) |
| bool | InsertPage (int n, Window page, string text) |
| bool | InsertPage (int n, Window page, string text, bool bSelect) |
| bool | InsertPage (int n, Window page, string text, bool bSelect, int imageId) |
| void | imageList (ImageList value) |
| ImageList | imageList () |
| bool | Vertical () |
| int | PageCount () |
| Window | GetPage (int n) |
| void | AssignImageList (ImageList imageList) |
| void | PageSize (Size value) |
| bool | DeletePage (int nPage) |
| bool | RemovePage (int nPage) |
| bool | DeleteAllPages () |
| bool | AddPage (Window page, string text, bool bSelect, int imageId) |
| void | AdvanceSelection (bool forward) |
| void | PageChange_Add (EventListener value) |
| void | PageChange_Remove (EventListener value) |
| void | PageChanging_Add (EventListener value) |
| void | PageChanging_Remove (EventListener value) |
Static Public Member Functions | |
| static wxObject | New (IntPtr wxobj) |
Public Attributes | |
| const int | wxLB_DEFAULT = 0 |
| const int | wxLB_TOP = 0x1 |
| const int | wxLB_BOTTOM = 0x2 |
| const int | wxLB_LEFT = 0x4 |
| const int | wxLB_RIGHT = 0x8 |
| const int | wxLB_ALIGN_MASK = 0xf |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
| this | ( | ) |
| this | ( | Window | parent, | |
| int | id, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| string | name = "" | |||
| ) |
| this | ( | Window | parent, | |
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| string | name = "" | |||
| ) |
| int Selection | ( | ) |
| void Selection | ( | int | value | ) |
| bool SetPageText | ( | int | n, | |
| string | strText | |||
| ) |
| string GetPageText | ( | int | n | ) |
| int GetPageImage | ( | int | n | ) |
| bool SetPageImage | ( | int | n, | |
| int | imageId | |||
| ) |
| bool InsertPage | ( | int | n, | |
| Window | page, | |||
| string | text | |||
| ) |
| bool InsertPage | ( | int | n, | |
| Window | page, | |||
| string | text, | |||
| bool | bSelect | |||
| ) |
| bool InsertPage | ( | int | n, | |
| Window | page, | |||
| string | text, | |||
| bool | bSelect, | |||
| int | imageId | |||
| ) |
| void imageList | ( | ImageList | value | ) |
| ImageList imageList | ( | ) |
| bool Vertical | ( | ) |
| int PageCount | ( | ) |
| Window GetPage | ( | int | n | ) |
| void AssignImageList | ( | ImageList | imageList | ) |
| void PageSize | ( | Size | value | ) |
| bool DeletePage | ( | int | nPage | ) |
| bool RemovePage | ( | int | nPage | ) |
| bool DeleteAllPages | ( | ) |
| bool AddPage | ( | Window | page, | |
| string | text, | |||
| bool | bSelect, | |||
| int | imageId | |||
| ) |
| void AdvanceSelection | ( | bool | forward | ) |
| void PageChange_Add | ( | EventListener | value | ) |
| void PageChange_Remove | ( | EventListener | value | ) |
| void PageChanging_Add | ( | EventListener | value | ) |
| void PageChanging_Remove | ( | EventListener | value | ) |
| const int wxLB_DEFAULT = 0 |
| const int wxLB_TOP = 0x1 |
| const int wxLB_BOTTOM = 0x2 |
| const int wxLB_LEFT = 0x4 |
| const int wxLB_RIGHT = 0x8 |
| const int wxLB_ALIGN_MASK = 0xf |
1.5.4