| Alignment |
the alignment of text |
| CurrentLine |
gets/sets the current line |
| EnableContextMenu |
is the context menu available on right click? |
| IsInIME |
You can use this property for knowing if the KeyPress, KeyDown and KeyUp events have been raised by the active IME window associated to your control. By using this property in the KeyPress event you can avoid the IME text. See here. |
| ManualStart |
Permits you to start the control manually. This method is useful when using this control into another usercontrol to prevent bad iterations. See this page. |
| NoHideSel |
permits you to maintain visible the text selection when the control has no focus |
| RaiseChange |
permits you to turn off the change event |
| RightToLeft |
for bidirectional input |
| OnlyBottomBorder |
permits you to have only the bottom border |
| TrapTabKey |
permits you to trap the tab character |