Click or drag to resize
KaxTrackBarItemCollectionFindItemByAttribute Method
Searches the items in the collection for a KaxTrackBarItem which contains the specified attribute and attribute value.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxTrackBarItem FindItemByAttribute(
	string attributeName,
	string attributeValue
)

Parameters

attributeName
Type: SystemString
The name of the target attribute.
attributeValue
Type: SystemString
The value of the target attribute

Return Value

Type: KaxTrackBarItem
The KaxTrackBarItem that matches the specified arguments. Null (Nothing) is returned if no node is found.
See Also