
Public Member Functions | |
| this (IntPtr wxobj) | |
| this () | |
| this (Window parent, FindReplaceData data, string title, int style=0) | |
| bool | Create (Window parent, FindReplaceData data, string title, int style=0) |
| FindReplaceData | Data () |
| void | Data (FindReplaceData value) |
| void | Find_Add (EventListener value) |
| void | Find_Remove (EventListener value) |
| void | FindNext_Add (EventListener value) |
| void | FindNext_Remove (EventListener value) |
| void | FindReplace_Add (EventListener value) |
| void | FindReplace_Remove (EventListener value) |
| void | FindReplaceAll_Add (EventListener value) |
| void | FindReplaceAll_Remove (EventListener value) |
| void | FindClose_Add (EventListener value) |
| void | FindClose_Remove (EventListener value) |
Public Attributes | |
| const int | wxFR_DOWN = 1 |
| const int | wxFR_WHOLEWORD = 2 |
| const int | wxFR_MATCHCASE = 4 |
| const int | wxFR_REPLACEDIALOG = 1 |
| const int | wxFR_NOUPDOWN = 2 |
| const int | wxFR_NOMATCHCASE = 4 |
| const int | wxFR_NOWHOLEWORD = 8 |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Dialog.
| this | ( | ) |
Reimplemented from Dialog.
| this | ( | Window | parent, | |
| FindReplaceData | data, | |||
| string | title, | |||
| int | style = 0 | |||
| ) |
| bool Create | ( | Window | parent, | |
| FindReplaceData | data, | |||
| string | title, | |||
| int | style = 0 | |||
| ) |
| FindReplaceData Data | ( | ) |
| void Data | ( | FindReplaceData | value | ) |
| void Find_Add | ( | EventListener | value | ) |
| void Find_Remove | ( | EventListener | value | ) |
| void FindNext_Add | ( | EventListener | value | ) |
| void FindNext_Remove | ( | EventListener | value | ) |
| void FindReplace_Add | ( | EventListener | value | ) |
| void FindReplace_Remove | ( | EventListener | value | ) |
| void FindReplaceAll_Add | ( | EventListener | value | ) |
| void FindReplaceAll_Remove | ( | EventListener | value | ) |
| void FindClose_Add | ( | EventListener | value | ) |
| void FindClose_Remove | ( | EventListener | value | ) |
| const int wxFR_DOWN = 1 |
| const int wxFR_WHOLEWORD = 2 |
| const int wxFR_MATCHCASE = 4 |
| const int wxFR_REPLACEDIALOG = 1 |
| const int wxFR_NOUPDOWN = 2 |
| const int wxFR_NOMATCHCASE = 4 |
| const int wxFR_NOWHOLEWORD = 8 |
1.5.4