C# Класс SchemaFactor.Vst.MidiMapperX.MapperTextBox

My derivation of TextBox with customizations for the VST.
Наследование: System.Windows.Forms.TextBox
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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