Class jForm
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
A form with jControls appearance properties.
[Mixin(typeof(RootControlImplementation))]
[Mixin(typeof(SuspendDrawImplementation))]
[Mixin(typeof(RootControlCreateParamsImplementation))]
[Mixin(typeof(ISupportInitializeImplementation))]
public class jForm : Form, ISynchronizeInvoke, IWin32Window, IBindableComponent, IDropTarget, IComponent, IDisposable, IContainerControl, IjControl, ISupportInitialize
- Inheritance
-
jForm
- Implements
Constructors
- jForm()
Instantiates a new instance of this control with default values.
Properties
- 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.