Interface IjControl
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
A common interface for all jControls
public interface IjControl
Properties
- ClientRectangle
Gets the rectangle that represents the client area of the control.
- Parent
Get's the parent control of this control.
- Visible
Gets or sets a value indicating whether the control and all its child controls are displayed.
Methods
- PointToScreen(Point)
Computes the location of the specified client point into screen coordinates.
- RectangleToScreen(Rectangle)
Computes the size and location of the specified client rectangle in screen coordinates.
- ResumeDraw()
Resumes drawing to the control's back buffer. This method will decrement a count (that was incremented by a call to SuspendDraw) until it reaches 0, at which time drawing will be immediately initiated.
- SuspendDraw()
Suspends drawing to the control's back buffer. This method will increment a count each time it is called. When the count is brought back down to 0 with calls to ResumeDraw, drawing will be immediately initiated.