/// <summary> /// Gets the current state information of this element for the given requested states. /// If the element does not support querying only the selective states, it can /// return the complete state information. /// </summary> /// <param name="requestedState">The states for which to check.</param> /// <returns>The information about the given requested state or complete state information.</returns> public override AccessibleStates GetRequestedState(AccessibleStates requestedState) { return(InnerElement.GetRequestedState(requestedState)); }