Method | Description | |
---|---|---|
AddFillRightButton ( ) : void | ||
AddFixedValueButton ( string text ) : void | ||
AddMinusButton ( string value ) : void | ||
AddMinusMinusButton ( string value ) : void | ||
AddPlusButton ( string value ) : void | ||
AddPlusPlusButton ( string value ) : void | ||
UpdateElements ( ) : void |
Corresponding string value is set from ParameterDict.Exemplar.
|
Method | Description | |
---|---|---|
OnSizeChanged ( |
||
PreInit ( ) : void |
Method | Description | |
---|---|---|
Button_Click ( object sender, |
||
InitializeComponent ( ) : void | ||
MinusButton_Click ( object sender, |
||
PlusButton_Click ( object sender, |
||
UpdateFillRightSize ( ) : void | ||
tbValue_TextChanged ( object sender, |
Text change by user.
|
public AddFixedValueButton ( string text ) : void | ||
text | string | |
return | void |
public AddMinusButton ( string value ) : void | ||
value | string | |
return | void |
public AddMinusMinusButton ( string value ) : void | ||
value | string | |
return | void |
public AddPlusPlusButton ( string value ) : void | ||
value | string | |
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |