IUITechnologyManager.GetControlSupportLevel(IntPtr) 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 indication of confidence for this technology manager that it can support the control that is identified with the provided handle.
public:
int GetControlSupportLevel(IntPtr windowHandle);
[System.Runtime.InteropServices.DispId(23)]
public int GetControlSupportLevel (IntPtr windowHandle);
[<System.Runtime.InteropServices.DispId(23)>]
abstract member GetControlSupportLevel : nativeint -> int
Public Function GetControlSupportLevel (windowHandle As IntPtr) As Integer
Parameters
- windowHandle
-
IntPtr
nativeint
The window handle for a specific element.
Returns
An int that indicates the level of support.
- Attributes