C# 클래스 SchemaFactor.Vst.MidiMapperX.MapperTextBox

My derivation of TextBox with customizations for the VST.
상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: LeifBloomquist/MIDIMapperX 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OCRFont System.Drawing.Font

공개 메소드들

메소드 설명
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)

비공개 메소드들

메소드 설명
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

메소드 상세

CheckValid() 공개 메소드

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

MapperTextBox() 공개 메소드

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
리턴 System

MapperTextBox() 공개 메소드

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
리턴 System

프로퍼티 상세

OCRFont 공개적으로 정적으로 프로퍼티

The default font.
public static Font,System.Drawing OCRFont
리턴 System.Drawing.Font