C# Class QSSupportLib.SerialNumberEntry

Inheritance: Gtk.Entry
Show file Open project: QualitySolution/QSProjects

Public Methods

Method Description
SerialNumberEntry ( ) : System

Protected Methods

Method Description
OnChanged ( ) : void
OnTextDeleted ( int start_pos, int end_pos ) : void
OnTextInserted ( string text, int &position ) : void

Method Details

OnChanged() protected method

protected OnChanged ( ) : void
return void

OnTextDeleted() protected method

protected OnTextDeleted ( int start_pos, int end_pos ) : void
start_pos int
end_pos int
return void

OnTextInserted() protected method

protected OnTextInserted ( string text, int &position ) : void
text string
position int
return void

SerialNumberEntry() public method

public SerialNumberEntry ( ) : System
return System