[]
        
(Showing Draft Content)

C1.Win.Input.Base.Editors.TextEditorBase

TextEditorBase Class

Implements the functionality of the textbox control with additional styles.

Namespace: C1.Win.Input.Base.Editors
Assembly: C1.Win.Input.8.dll
Syntax
public class TextEditorBase : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
TextEditorBase()

Initializes a new instance of the TextEditorBase class.

Properties

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.

Methods

Name Description
CreateHandle()
OnEnabledChanged(EventArgs)
OnGotFocus(EventArgs)
OnLostFocus(EventArgs)
OnPaint(PaintEventArgs)
WndProc(ref Message)