C# Class NumericNew, Marvin

Inheritance: NumericUpDown
ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
update_edit_text_called bool
validate_edit_text_called bool

Public Methods

Method Description
Reset ( ) : void

Protected Methods

Method Description
UpdateEditText ( ) : void
ValidateEditText ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

UpdateEditText() protected method

protected UpdateEditText ( ) : void
return void

ValidateEditText() protected method

protected ValidateEditText ( ) : void
return void

Property Details

update_edit_text_called public_oe property

public bool update_edit_text_called
return bool

validate_edit_text_called public_oe property

public bool validate_edit_text_called
return bool