Version

Search Results

EditorSpinButtonClick Event (UltraFontNameEditor)

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...

EndUpdate(Boolean) Method

Syntax Parameters invalidate

FindString(String) Method

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(String,Int32) Method

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

FindString method Overload List

FindStringExact(String) Method

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.

FindStringExact(String,Int32) Method

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...