IUITechnologyElement.GetRequestedState(AccessibleStates) Method

Definition

Returns the current state information for the given requested states for this element.

public:
 System::Windows::Forms::AccessibleStates GetRequestedState(System::Windows::Forms::AccessibleStates requestedState);
public System.Windows.Forms.AccessibleStates GetRequestedState (System.Windows.Forms.AccessibleStates requestedState);
abstract member GetRequestedState : System.Windows.Forms.AccessibleStates -> System.Windows.Forms.AccessibleStates
Public Function GetRequestedState (requestedState As AccessibleStates) As AccessibleStates

Parameters

requestedState
AccessibleStates

One or more members of the AccessibleStates enumeration that are added together.

Returns

State information for each requested state if the technology supports it; otherwise, the complete state information for this element.

Applies to