WizPageDataIsSelected Method (String, String) |
Determines if the specified row key, in the specified page instance, was selected.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsSelected(
string instanceName,
string rk
)
Public Function IsSelected (
instanceName As String,
rk As String
) As Boolean
Parameters
- instanceName
- Type: SystemString
The page instance for which to determine if the key was selected. - rk
- Type: SystemString
The row key to check.
Return Value
Type:
BooleanTrue if the specified row key was selected in the specified instance, else false.
See Also