VisualStyleRenderer.HitTestBackground Method
.NET Framework 3.0
Determines whether a point is contained in the background of the current visual style element.
Name | Description |
---|---|
VisualStyleRenderer.HitTestBackground (IDeviceContext, Rectangle, Point, HitTestOptions) | Returns a hit test code indicating whether a point is contained in the background of the current visual style element. |
VisualStyleRenderer.HitTestBackground (Graphics, Rectangle, Region, Point, HitTestOptions) | Returns a hit test code indicating whether the point is contained in the background of the current visual style element and within the specified bounds. |
VisualStyleRenderer.HitTestBackground (IDeviceContext, Rectangle, IntPtr, Point, HitTestOptions) | Returns a hit test code indicating whether the point is contained in the background of the current visual style element and within the specified region. |
Show: