[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.TextInput

TextInput Class

Represents the text input for the presentation space.

Namespace: FarPoint.Win.Spread.DrawingSpace
Assembly: FarPoint.Win.Spread.dll
Syntax
public class TextInput : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class TextInput
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
TextInput(bool)

Creates a new text input.

Fields

Name Description
TextInputCancelButton

Represents the Cancel button of the form.

TextInputCapsLockWarning

Represents the informational warning when caps lock button is on.

TextInputInputBox

Represents the input text box of the form.

TextInputOkButton

Represents the OK button of the form.

TextInputPrompt

Represents the informational prompt label of the form.

currentScaleFactor
tblMainLayout

Properties

Name Description
AllowNegativeNumbers

Gets or sets whether the numeric text input allows negative values.

CapsLockVisible

Gets or sets whether the caps lock warning text should be visible or not.

HelpFileName

Gets or sets the help file name for the text input.

HelpPath

Gets or sets the help path for the text input.

HelpTopic

Gets or sets the help topic for the text input.

NumbersOnly

Gets or sets whether the text input is only numeric input.

Methods

Name Description
OnAccept()

Occurs after the OK button is clicked.

OnActivated(EventArgs)
OnCancel()

Occurs after the cancel button is clicked.

OnLoad(EventArgs)
ProcessCmdKey(ref Message, Keys)
ScaleControl(SizeF, BoundsSpecified)