[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NameBox

NameBox Class

Represents a 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()

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.

Events

Name Description
NameSelectedChanged

Raises the selectionChanged event.

OSZAR »