[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NameBox

NameBox Class

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[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

Constructors

Name Description
NameBox()

construct

Properties

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.

Methods

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)

Events

Name Description
NameSelectedChanged

Raises the selectionChanged event.