共用方式為


IUITechnologyManager.GetControlSupportLevel(IntPtr) Method

Definition

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

Applies to