InputBox Class

Source: Editors/InputBox.cs · Assembly: Dew.Math.Controls
FormInputBox

public class InputBox : Form

Input box visual control.

Properties

NameTypeDescription
DefaultValueStringInput box default text value.
FormCaptionStringInput box form title.
PromptStringInput box prompt text.
TextValueStringInput box text value.

Methods

NameDescription
ctorInput box constructor.
ShowInputBoxInvokes input box dialog.