
Public Member Functions | |
| Caret (Window window, int width, int height) | |
| Caret (Window window, Size size) | |
| Caret (IntPtr wxObject) | |
| Caret () | |
| bool | Create (Window window, int width, int height) |
| override void | Dispose () |
| void | Hide () |
| void | Show (bool show) |
Properties | |
| static int | BlinkTime [get, set] |
| bool | IsOk [get] |
| bool | IsVisible [get] |
| Point | Position [get, set] |
| Size | Size [get, set] |
| Window | Window [get] |
| wx.Caret.Caret | ( | ) |
| wx.Caret.Caret | ( | IntPtr | wxObject | ) |
| wx.Caret.Caret | ( | Window | window, | |
| Size | size | |||
| ) |
| wx.Caret.Caret | ( | Window | window, | |
| int | width, | |||
| int | height | |||
| ) |
| bool wx.Caret.Create | ( | Window | window, | |
| int | width, | |||
| int | height | |||
| ) |
| override void wx.Caret.Dispose | ( | ) | [virtual] |
Reimplemented from wx.Object.
| void wx.Caret.Hide | ( | ) |
| void wx.Caret.Show | ( | bool | show | ) |
int wx.Caret.BlinkTime [static, get, set] |
bool wx.Caret.IsOk [get] |
bool wx.Caret.IsVisible [get] |
Point wx.Caret.Position [get, set] |
Size wx.Caret.Size [get, set] |
Window wx.Caret.Window [get] |