Class TextElement
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms.dll
Syntax
public abstract class TextElement : Element, IDisposable
Constructors
TextElement(ElementHostControl)
Declaration
public TextElement(ElementHostControl host)
Parameters
Type | Name | Description |
---|---|---|
ElementHostControl | host |
Properties
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnTextChanged(EventArgs)
Declaration
protected virtual void OnTextChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Events
TextChanged
Declaration
public event EventHandler TextChanged
Event Type
Type | Description |
---|---|
System.EventHandler |
Implements
System.IDisposable