public static bool GetIsHitTestVisibleInChrome(
IInputElement inputElement
)
Public Shared Function GetIsHitTestVisibleInChrome (
inputElement As IInputElement
) As Boolean
public:
static bool GetIsHitTestVisibleInChrome(
IInputElement^ inputElement
)
static member GetIsHitTestVisibleInChrome :
inputElement : IInputElement -> bool