[]
Represents a NameBox class.
[ToolboxBitmap(typeof(FpSpread), "NameBox.png")]
public class NameBox : ComboBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
<ToolboxBitmap(GetType(FpSpread), "NameBox.png")>
Public Class NameBox
Inherits ComboBox
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| NameBox() | construct |
| Name | Description |
|---|---|
| RightToLeft | Gets or sets a value indicating whether control's elements are aligned to supportlocales using right-to-left fonts. |
| TextAlign | Gets or sets the alignment of the text in the control. |
| Name | Description |
|---|---|
| Attach(FpSpread) | Attaches the specified Spread component to the name text box. |
| CreateHandle() | Creates a handle for the control. |
| Detach() | Detaches the Spread component from the name text box. |
| Dispose(bool) | Cleans up any resources being used. |
| OnDropDown(EventArgs) | Raises the System.Windows.Forms.ComboBox.DropDown event. |
| OnDropDownClosed(EventArgs) | Raises the System.Windows.Forms.ComboBox.DropDownClosed event. |
| OnGotFocus(EventArgs) | override the System.Windows.Forms.Control.GotFocus event. |
| OnLostFocus(EventArgs) | Raises the LostFocus event. |
| OnNameSelectedChanged(SelectionChangedEventArgs) | Raises the selectionChanged event. |
| WndProc(ref Message) | Processes Windows messages. |
| Name | Description |
|---|---|
| NameSelectedChanged | Raises the selectionChanged event. |