Class ExtendableTextBox
Extendable text box wrapper for System.Windows.Forms.TextBoxBase.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.ComponentBannerTextProviders
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ExtendableTextBox : ExtendableTextBoxBase, IExtendableTexBox, IDisposable
Constructors
ExtendableTextBox(TextBoxBase)
Initializes a new instance of the ExtendableTextBox class.
Declaration
public ExtendableTextBox(TextBoxBase textBox)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.TextBoxBase | textBox | The text box. |
Properties
BackColor
Gets the color of the back.
Declaration
public override Color BackColor { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the back. |
Overrides
ClientRectangle
Gets the client rectangle.
Declaration
public override Rectangle ClientRectangle { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle | The client rectangle. |
Overrides
Focused
Gets a value indicating whether this ExtendableTextBox is focused.
Declaration
public override bool Focused { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Overrides
Font
Gets the font.
Declaration
public override Font Font { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Font | The font. |
Overrides
Handle
Gets the handle.
Declaration
public override IntPtr Handle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr | The handle. |
Overrides
RightToLeft
Gets the right to left.
Declaration
public override RightToLeft RightToLeft { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.RightToLeft | The right to left. |
Overrides
Methods
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
|
Overrides
Invalidate()
Invalidates this instance.
Declaration
public override void Invalidate()
Overrides
ResetCursorPosition()
Sets the cursor position to initial state
Declaration
public void ResetCursorPosition()
Implements
System.IDisposable