IUITechnologyElement.GetRequestedState(AccessibleStates) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.