Version

Search Results

ShouldSerializeThreeState Method

Returns a Boolean value that determines whether the ThreeState property is set to its default value. Syntax Remarks Returns True if the ThreeState property is not set to its default value; otherwise, it returns False. Invoke the ResetThreeState method to reset this property to its default value. Example

ThreeState Property (UltraCheckEditor)

Controls whether or not the user can select the indeterminate state of the checkbox. Syntax Example This sample sets the triplestate property of the control to true. This allows the checkbox to display an indeterminant state along with checked and unchecked.

TwoFingerTapGesture Event (UltraCheckEditor)

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