예제 #1
0
 /// <summary>
 /// Gets the string representation of this control.
 /// </summary>
 /// <returns>The string representation.</returns>
 public override string ToString()
 {
     return(InnerElement.ToString());
 }