KaxTrackBarItemCollectionFindItemByValue Method |
Finds the first KaxTrackBarItem with Value that
matches the given value.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxTrackBarItem FindItemByValue(
string value
)
Public Function FindItemByValue (
value As String
) As KaxTrackBarItem
public:
KaxTrackBarItem^ FindItemByValue(
String^ value
)
member FindItemByValue :
value : string -> KaxTrackBarItem
Parameters
- value
- Type: SystemString
The value to search for.
Return Value
Type:
KaxTrackBarItemThe first KaxTrackBarItem that matches the
specified value.
See Also