C# Class SchemaFactor.Vst.MidiMapperX.MapperTextBox

My derivation of TextBox with customizations for the VST.
Inheritance: System.Windows.Forms.TextBox
Mostrar archivo Open project: LeifBloomquist/MIDIMapperX Class Usage Examples

Public Properties

Property Type Description
OCRFont System.Drawing.Font

Public Methods

Method Description
CheckValid ( ) : bool

Check for valid entry. True if OK.

MapperTextBox ( int x, int y, int width, int height, String tooltip ) : System

Constructor for derived textbox that looks cool and has validation features for MIDI Mapper X.

MapperTextBox ( int x, int y, int width, int height, String tooltip, bool ro ) : System

A variant constructor that is read-only (used for labels)

Private Methods

Method Description
MapperTextBox_GotFocus ( object sender, EventArgs e ) : void
MapperTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
MapperTextBox_KeyUp ( object sender, KeyEventArgs e ) : void
MapperTextBox_LostFocus ( object sender, EventArgs e ) : void

Method Details

CheckValid() public method

Check for valid entry. True if OK.
public CheckValid ( ) : bool
return bool

MapperTextBox() public method

Constructor for derived textbox that looks cool and has validation features for MIDI Mapper X.
public MapperTextBox ( int x, int y, int width, int height, String tooltip ) : System
x int
y int
width int
height int
tooltip String Tooltip text to display
return System

MapperTextBox() public method

A variant constructor that is read-only (used for labels)
public MapperTextBox ( int x, int y, int width, int height, String tooltip, bool ro ) : System
x int
y int
width int
height int
tooltip String
ro bool
return System

Property Details

OCRFont public_oe static_oe property

The default font.
public static Font,System.Drawing OCRFont
return System.Drawing.Font