[]
Implements the functionality of the textbox control with additional styles.
public class TextEditorBase : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Name | Description |
---|---|
TextEditorBase() | Initializes a new instance of the TextEditorBase class. |
Name | Description |
---|---|
PlaceHolder | Gets or sets the textual place holder, that is displayed by C1TextBox to prompt the user for information. |
PlaceHolderColor | Gets or sets the color of place holder text. |
Name | Description |
---|---|
CreateHandle() | |
OnEnabledChanged(EventArgs) | |
OnGotFocus(EventArgs) | |
OnLostFocus(EventArgs) | |
OnPaint(PaintEventArgs) | |
WndProc(ref Message) |