コード例 #1
0
 /// <summary>
 /// Select field.
 /// </summary>
 public void NavigateTo()
 {
     ActualReadField.NavigateTo();
 }
コード例 #2
0
 /// <summary>
 /// Compares the value of this field to the value of another field.
 /// </summary>
 /// <param name="value">The value to compare to.</param>
 /// <param name="ignoreFormatting">Sets whether formatting is ignored when comparing html fields</param>
 /// <returns>True if the values are equal, False if not.</returns>
 public bool CompareValue(string value, bool ignoreFormatting)
 {
     return(ActualReadField.CompareValue(value, ignoreFormatting));
 }