C# Class FP300Service.InputBox

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: huginsdk/fpu

Public Properties

Property Type Description
input string

Public Methods

Method Description
InputBox ( String caption ) : System
InputBox ( String caption, int maxLen ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
btnOK_Click ( object sender, EventArgs e ) : void

Method Details

InputBox() public method

public InputBox ( String caption ) : System
caption String
return System

InputBox() public method

public InputBox ( String caption, int maxLen ) : System
caption String
maxLen int
return System

Property Details

input public_oe property

public string input
return string