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...
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 ...
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...
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
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 ...
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
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...
Syntax Parameters xAmount yAmount scrollRect clipRect updateRect eraseBackground invalidate scrollChildren smoothScrollAmount
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...