Click or drag to resize
KaxToolBarButtonCollectionFindButtonByAttribute Method
Searches the items in the collection for a KaxToolBarButton 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 KaxToolBarButton FindButtonByAttribute(
	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: KaxToolBarButton
The KaxToolBarButton that matches the specified arguments. Null (Nothing) is returned if no node is found.
Remarks
This method is not recursive.
See Also