Version

Search Results

PanGesture Event (UltraCheckEditor)

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

PressAndHoldGesture Event (UltraCheckEditor)

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

PressAndTapGesture Event (UltraCheckEditor)

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

PropertyChanged Event (UltraCheckEditor)

Syntax Event Data The event handler receives an argument of type Infragistics.Win.PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description ChangeInfo

ResetIndeterminateAppearance Method

Resets the IndeterminateAppearance property to its default value. Syntax Remarks Invoke this method to reset the IndeterminateAppearance property to its default value. Once this method is invoked, the ShouldSerializeIndeterminateAppearance method will return False until the IndeterminateAppearance property is set ...

ResetThreeState Method

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

RotateGesture Event (UltraCheckEditor)

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 (UltraCheckEditor)

Syntax Parameters xAmount yAmount scrollRect clipRect updateRect eraseBackground invalidate scrollChildren smoothScrollAmount

ShouldSerializeIndeterminateAppearance Method

Returns a Boolean value that determines whether the IndeterminateAppearance property is set to its default value. Syntax Remarks Returns True if the IndeterminateAppearance property is not set to its default value; otherwise, it returns False. Use this method to determine if an Appearance object has been created a...