C# Класс DynamicReconfigureSharp.DynamicReconfigureStringBox

Interaction logic for DynamicReconfigureStringDropdown.xaml
Наследование: System.Windows.Controls.UserControl, IDynamicReconfigureLayout
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DynamicReconfigureStringBox ( DynamicReconfigureInterface dynamic, ParamDescription pd, string def ) : System
getDescriptionWidth ( ) : double
setDescriptionWidth ( double w ) : void

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

Метод Описание
Box_OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
Box_OnLostFocus ( object sender, RoutedEventArgs e ) : void
Instrument ( Action cb ) : Action
changed ( string newstate ) : void
commit ( ) : void

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

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

public DynamicReconfigureStringBox ( DynamicReconfigureInterface dynamic, ParamDescription pd, string def ) : System
dynamic DynamicReconfigure.DynamicReconfigureInterface
pd ParamDescription
def string
Результат System

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

public getDescriptionWidth ( ) : double
Результат double

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

public setDescriptionWidth ( double w ) : void
w double
Результат void