Ejemplo n.º 1
0
 /// <summary>
 /// Caches all the common properties of this element for future use so that these
 /// properties can be used later even when the underlining UI control no longer exists.
 /// This typically includes properties like Name, ClassName, ControlType, QueryId
 /// and other properties used in identification string.
 /// </summary>
 public override void CacheProperties()
 {
     InnerElement.CacheProperties();
 }