Desktop Functions: Smart Device Functions:
|
GetStateText (oleacc)
The GetStateText function retrieves a localized string that describes an object's state for a single predefined state bit flag. Because state values are a combination of one or more bit flags, clients call this function more than once to retrieve all the state strings. C# Signature:
[DllImport("oleacc.dll")] VB .NET Signature:
Declare Function GetStateText Lib "oleacc.dll" (TODO) As TODO User-Defined Types:None. Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a SystemAccessibleObject class to access accessible objects and handle accessible events. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|