Table of Contents

Class ControlUtilities

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

A utility class to work with controls..

public static class ControlUtilities
Inheritance
ControlUtilities

Methods

IsChildHandle(Control, IntPtr)

Determines whether a control is a child control or descendant control of a specified parent control.

IsMouseOverControl(Control)

Indicates if mouse pointer is hovered over specified control.

ResumeDrawing(Control)

Allow changes in the control to be redrawn.

SendMessage(Control, int, IntPtr, IntPtr)

Sends the specified message to a control.

SuspendDrawing(Control)

Prevent changes in the control from being redrawn.