Class GorgonCueTextBox
An enhancement to the standard text box to show a cue value when no text is available.
Inherited Members
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
public class GorgonCueTextBox : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Properties
| Edit this page View SourceCueText
Property to set or return the text for the textbox cue.
Declaration
[Browsable(true)]
public string CueText { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceDispose(bool)
Releases the unmanaged resources used by the TextBox and optionally releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Overrides
| Edit this page View SourceOnEnter(EventArgs)
Raises the Enter event.
Declaration
protected override void OnEnter(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e | An EventArgs that contains the event data. |
Overrides
| Edit this page View SourceOnFontChanged(EventArgs)
Raises the FontChanged event.
Declaration
protected override void OnFontChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e | An EventArgs that contains the event data. |
Overrides
| Edit this page View SourceOnLeave(EventArgs)
Raises the Leave event.
Declaration
protected override void OnLeave(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e | An EventArgs that contains the event data. |
Overrides
| Edit this page View SourceOnParentFontChanged(EventArgs)
Raises the FontChanged event when the Font property value of the control's container changes.
Declaration
protected override void OnParentFontChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e | An EventArgs that contains the event data. |
Overrides
| Edit this page View SourceWndProc(ref Message)
Processes Windows messages.
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
Message | m | A Windows Message object. |