 | BaseComponentgetXButton Method |
Format an XPath to find a button. Adds no additional constraints other than
the caption of the button equalling the provided value.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxprotected static string getXButton(
string caption
)
Protected Shared Function getXButton (
caption As String
) As String
protected:
static String^ getXButton(
String^ caption
)
Parameters
- caption
- Type: SystemString
The caption of the button.
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Base.BaseComponent.getXButton(System.String)"]
See Also