Class jForm
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
A form with jControls appearance properties.
public class jForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IjControl, ISupportInitialize
- Inheritance
-
jForm
- Implements
Constructors
Properties
- CreateParams
Gets the required creation parameters when the control handle is created.
- DefaultSize
Gets the default size of the control.
- Fill
The interior fill of the control.
- Text
Gets or sets the text associated with this control.
Methods
- 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.
- WndProc(ref Message)
Processes Windows messages.