Class ExtendableTextBoxBase
Inheritance
System.Object
ExtendableTextBoxBase
Implements
System.IDisposable
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()
Assembly: Syncfusion.Shared.Base.dll
Syntax
public abstract class ExtendableTextBoxBase : IExtendableTexBox, IDisposable
Constructors
ExtendableTextBoxBase()
Declaration
protected ExtendableTextBoxBase()
Properties
BackColor
Declaration
public abstract Color BackColor { get; }
Property Value
Type |
System.Drawing.Color |
ClientRectangle
Declaration
public abstract Rectangle ClientRectangle { get; }
Property Value
Type |
System.Drawing.Rectangle |
Focused
Declaration
public abstract bool Focused { get; }
Property Value
Font
Declaration
public abstract Font Font { get; }
Property Value
Handle
Declaration
public abstract IntPtr Handle { get; }
Property Value
RightToLeft
Declaration
public abstract RightToLeft RightToLeft { get; }
Property Value
Type |
System.Windows.Forms.RightToLeft |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
true to release both managed and unmanaged resources; false to release only unmanaged resources.
|
Finalize()
Releases unmanaged resources and performs other cleanup operations before the
ExtendableTextBoxBase is reclaimed by garbage collection.
Declaration
protected void Finalize()
Invalidate()
Declaration
public abstract void Invalidate()
OnHandleCreated(Object, EventArgs)
Declaration
protected virtual void OnHandleCreated(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnMouseDblClick(Object, EventArgs)
Declaration
protected virtual void OnMouseDblClick(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnMouseDown(Object, EventArgs)
Declaration
protected virtual void OnMouseDown(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnTextBoxTextChanged(Object, ValueChangedEventArgs)
Declaration
protected virtual void OnTextBoxTextChanged(object sender, ValueChangedEventArgs e)
Parameters
Explicit Interface Implementations
IExtendableTexBox.HandleCreated
Declaration
event EventHandler IExtendableTexBox.HandleCreated
Returns
IExtendableTexBox.TextBoxMouseDblClick
Declaration
event EventHandler IExtendableTexBox.TextBoxMouseDblClick
Returns
IExtendableTexBox.TextBoxMouseDown
Declaration
event EventHandler IExtendableTexBox.TextBoxMouseDown
Returns
IExtendableTexBox.TextBoxTextChanged
Declaration
event ValueChangedEventHandler IExtendableTexBox.TextBoxTextChanged
Returns
Implements
System.IDisposable