C# Class Widgets.HexNumberTextBox

Inheritance: TextBox
Mostrar archivo Open project: mti-rfid/RFID_Explorer

Public Properties

Property Type Description
groupIndex Int32

Protected Properties

Property Type Description
BitStringCreator NumericStringConverter
Tip ToolTip

Public Methods

Method Description
HexNumberTextBox ( )

Protected Methods

Method Description
OnKeyPress ( KeyPressEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

HexNumberTextBox() public method

public HexNumberTextBox ( )

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs e ) : void
e KeyPressEventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
return void

Property Details

BitStringCreator protected_oe static_oe property

protected static NumericStringConverter,Widgets BitStringCreator
return NumericStringConverter

Tip protected_oe static_oe property

protected static ToolTip Tip
return ToolTip

groupIndex public_oe property

public Int32 groupIndex
return Int32