INonClientArea Interface
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.
This interface represents a visual element which may logically contain non-client Win32 area when WM_NCHITTEST is sent to an HwndSource.
public interface class INonClientArea
public interface class INonClientArea
__interface INonClientArea
public interface INonClientArea
type INonClientArea = interface
Public Interface INonClientArea
Methods
HitTest(Point) |
Given a point, determines what the hit test result should be for WM_NCHITTEST. |