[]
[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() | |
Detach() | Detaches the Spread component from the name text box. |
Dispose(bool) | |
OnDropDown(EventArgs) | |
OnDropDownClosed(EventArgs) | |
OnGotFocus(EventArgs) | |
OnLostFocus(EventArgs) | |
OnNameSelectedChanged(SelectionChangedEventArgs) | Raises the selectionChanged event. |
WndProc(ref Message) |
Name | Description |
---|---|
NameSelectedChanged | Raises the selectionChanged event. |