C# Класс GUI.EditorView.Window

Наследование: BaseForm
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EditorTextBoxHasFocus ( ) : bool

Indicates that the editor text box has the focus

RefreshText ( ) : void

Refreshes the text of the text box

Window ( ) : System

Constructor

setChangeHandler ( HandleTextChange handleTextChange ) : void

The element on which this editor is built

Приватные методы

Метод Описание
TextBox_KeyUp ( object sender, KeyEventArgs e ) : void
TextChangedHandler ( object sender, EventArgs e ) : void

Called when the text has been changed in the inner text box This updates the instance according to the __textChangeHandler

Описание методов

EditorTextBoxHasFocus() публичный Метод

Indicates that the editor text box has the focus
public EditorTextBoxHasFocus ( ) : bool
Результат bool

RefreshText() публичный Метод

Refreshes the text of the text box
public RefreshText ( ) : void
Результат void

Window() публичный Метод

Constructor
public Window ( ) : System
Результат System

setChangeHandler() публичный Метод

The element on which this editor is built
public setChangeHandler ( HandleTextChange handleTextChange ) : void
handleTextChange HandleTextChange
Результат void