Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.SpinButtonClickEventArgs containing data related to this event. The following SpinButtonClickEventArgs properties provide information specific to this event.Property Description Button (Inherited from Infragistics.Win...
Syntax
Syntax Parameters invalidate
Overload List
FindString method Syntax Parameters s The string to search for Return Value The index of the first item that contains a match for the specified string Example This sample finds the string specified, selects it, and highlights it within the list.
FindString method Syntax Parameters s The string to search forstartIndex The index of the first item to to be included in the search Return Value The index of the first item that contains a match for the specified string Example This sample finds the string specified, selects it, and highlights it within the list.
FindString method Overload List
FindStringExact method Syntax Parameters s The string to search for Return Value The index of the first item that contains an exact match for the specified string Example This example uses the FindStringExact method to select an item by searching for the items text.
FindString method Syntax Parameters s The string to search forstartIndex The index of the first item to to be included in the search Return Value The index of the first item that contains an exact match for the specified string Example This example uses the FindStringExact method to select an item by searching for...