Version

Search Results

ResetMaxValue Method (UltraCurrencyEditor)

Resets the MaxValue property to its default value. Syntax Remarks Invoke this method to reset the MaxValue property to its default value. Once this method is invoked, the ShouldSerializeMaxValue method will return False until the MaxValue property is set again. Example

ResetMinValue Method (UltraCurrencyEditor)

Resets the MinValue property to its default value. Syntax Remarks Invoke this method to reset the MinValue property to its default value. Once this method is invoked, the ShouldSerializeMinValue method will return False until the MinValue property is set again. Example

ResetValue Method (UltraCurrencyEditor)

Resets the Value property to its default value. Syntax Remarks Invoke this method to reset the Value property to its default value. Once this method is invoked, the ShouldSerializeValue method will return False until the Value property is set again. Example

RotateGesture Event (UltraCurrencyEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.Touch.RotateGestureEventArgs containing data related to this event. The following RotateGestureEventArgs properties provide information specific to this event.Property Description Angle Gesture Handled (Inherited from Infragistics.Wi...

ScrollControl Method (UltraCurrencyEditor)

Syntax Parameters xAmount yAmount scrollRect clipRect updateRect eraseBackground invalidate scrollChildren smoothScrollAmount