Click or drag to resize

SliderDialogResult Class

Slider dialog result.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsSliderDialogResult

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public sealed class SliderDialogResult

The SliderDialogResult type exposes the following members.

Constructors
  NameDescription
Public methodSliderDialogResult
Initializes a new instance of the SliderDialogResult class
Top
Properties
  NameDescription
Public propertyCurrentValue
New current value of slider.
Public propertyMaxValue
New minimum value of slider.
Public propertyMinValue
New maximum value of slider.
Public propertyNumDecimals
New precision i.e number of decimal places.
Public propertyStatus
Dialog operation result.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also