KaxTrackBarItemCollectionFindItemByAttribute Method |
Searches the items in the collection for a
KaxTrackBarItem which contains the specified attribute and attribute value.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxTrackBarItem FindItemByAttribute(
string attributeName,
string attributeValue
)
Public Function FindItemByAttribute (
attributeName As String,
attributeValue As String
) As KaxTrackBarItem
public:
KaxTrackBarItem^ FindItemByAttribute(
String^ attributeName,
String^ attributeValue
)
member FindItemByAttribute :
attributeName : string *
attributeValue : string -> KaxTrackBarItem
Parameters
- attributeName
- Type: SystemString
The name of the target attribute. - attributeValue
- Type: SystemString
The value of the target attribute
Return Value
Type:
KaxTrackBarItemThe
KaxTrackBarItem that matches the specified arguments. Null (Nothing) is returned if no node is found.
See Also