Name | Description | |
---|---|---|
MaximumProperty | Reference to the Maximum property. | |
MinimumProperty | Reference to the Minimum property. | |
NNumberPropertyEditorSchema | Schema associated with NNumberPropertyEditor. | |
StepProperty | Reference to the Step property. |
The following tables list the members exposed by NNumberPropertyEditor.
Name | Description | |
---|---|---|
MaximumProperty | Reference to the Maximum property. | |
MinimumProperty | Reference to the Minimum property. | |
NNumberPropertyEditorSchema | Schema associated with NNumberPropertyEditor. | |
StepProperty | Reference to the Step property. |
Name | Description | |
---|---|---|
Maximum | Gets or sets the maximum value of the editor's numeric up/down. | |
Minimum | Gets or sets the minimum value of the editor's numeric up/down. | |
Step | Gets or sets the step with which to increase/decrease the value of the numeric up/down. |
Name | Description | |
---|---|---|
NumericUpDown | Gets the numeric up/down of the editor. |
Name | Description | |
---|---|---|
CreateValueControl | Overridden. Overriden to create a numeric up/down. | |
GetEditedValue | Gets the edited value. | |
OnMaximumChanged | Called when the Maximum property has changed. | |
OnMinimumChanged | Called when the Minimum property has changed. | |
OnNumericUpDownValueChanged | Called when the value of the editor's numeric up/down has changed. | |
OnStepChanged | Called when the Step property has changed. | |
OnUpdateFromEditedNode | Overridden. Updates the editor from the edited node. | |
pfKb | ||
SetEditedValue | Sets the edited value to the given one. |