System.Windows.Forms.Form

Form Class


Definition

public class Form: ContainerControl

Members Table

MethodDescription
Activate
BringToFront(Inherited from Control)
CenterToParent
CenterToScreen
Close
Contains(Inherited from Control)
CreateControl(Inherited from Control)
CreateHandle(Inherited from Control)
DestroyHandle(Inherited from Control)
Dispose(Inherited from Component)
DoLayout(Inherited from ScrollableControl)
Equals(Inherited from Object)
FindForm(Inherited from Control)
Focus(Inherited from Control)
GetChildAtPoint(Inherited from Control)
GetContainerControl(Inherited from Control)
GetHashCode(Inherited from Object)
GetNextControl(Inherited from Control)
GetStyle(Inherited from Control)
GetTypeName(Inherited from Object)
Hide(Inherited from Control)
Invalidate(Inherited from Control)
InvokeGotFocus(Inherited from Control)
InvokeLostFocus(Inherited from Control)
InvokeOnClick(Inherited from Control)
InvokeOnPaint(Inherited from Control)
IsInputChar(Inherited from Control)
IsInputKey(Inherited from Control)
IsMnemonic(Inherited from Control)
MemberwiseClone(Inherited from Object)
OnBackColorChanged(Inherited from Control)
OnClick(Inherited from Control)
OnClosed
OnClosing
OnControlAdded(Inherited from Control)
OnControlRemoved(Inherited from Control)
OnCreateControl(Inherited from ScrollableControl)
OnDoubleClick(Inherited from Control)
OnEnabledChanged(Inherited from Control)
OnFontChanged(Inherited from Control)
OnForeColorChanged(Inherited from Control)
OnGotFocus(Inherited from Control)
OnHandleCreated(Inherited from Control)
OnHandleDestroyed(Inherited from Control)
OnKeyDown(Inherited from Control)
OnKeyPress(Inherited from Control)
OnKeyUp(Inherited from Control)
OnLayout(Inherited from ScrollableControl)
OnLocationChanged(Inherited from Control)
OnLostFocus(Inherited from Control)
OnMouseDown(Inherited from Control)
OnMouseEnter(Inherited from Control)
OnMouseLeave(Inherited from Control)
OnMouseMove(Inherited from Control)
OnMouseUp(Inherited from Control)
OnPaint
OnPaintBackground
OnSizeChanged(Inherited from Control)
OnSkinChanged(Inherited from Control)
OnStyleChanged(Inherited from Control)
OnTabIndexChanged(Inherited from Control)
OnTabStopChanged(Inherited from Control)
OnTextChanged(Inherited from Control)
OnVisibleChanged(Inherited from Control)
PointToClient(Inherited from Control)
PointToScreen(Inherited from Control)
ProcessCmdKey(Inherited from Control)
ProcessDialogChar(Inherited from ContainerControl)
ProcessDialogKey(Inherited from Control)
ProcessTabKey(Inherited from ContainerControl)
RectangleToClient(Inherited from Control)
RectangleToScreen(Inherited from Control)
ReferenceEquals(Inherited from Object)
Refresh(Inherited from Control)
ResetBackColor(Inherited from Control)
ResetFont(Inherited from Control)
ResetForeColor(Inherited from Control)
ResetSkin(Inherited from Control)
ResetText(Inherited from Control)
ResumeLayout(Inherited from Control)
Select(Inherited from Control)
SelectNextControl(Inherited from Control)
SendToBack(Inherited from Control)
SetAutoScrollMargin(Inherited from ScrollableControl)
SetBounds(Inherited from Control)
SetBoundsCore(Inherited from ScrollableControl)
SetClientSizeCore(Inherited from Control)
SetDisplayRectangleLocation(Inherited from ScrollableControl)
SetStyle(Inherited from Control)
Show(Inherited from Control)
ShowDialog
SuspendLayout(Inherited from Control)
System.Windows.Forms.IContainerControl.ActivateControl(Inherited from ContainerControl)
ToString(Inherited from Object)
Update(Inherited from Control)
PropertyDescription
AcceptButton
ActiveControl(Inherited from ContainerControl)
AutoScroll(Inherited from ScrollableControl)
AutoScrollMargin(Inherited from ScrollableControl)
AutoScrollMinSize(Inherited from ScrollableControl)
AutoScrollPosition(Inherited from ScrollableControl)
BackColor(Inherited from Control)
BackVisual(Inherited from Control)
Bottom(Inherited from Control)
Bounds(Inherited from Control)
CanFocus(Inherited from Control)
CanSelect(Inherited from Control)
CancelButton
Capture(Inherited from Control)
ClientRectangle(Inherited from Control)
ClientSize(Inherited from Control)
Container(Inherited from Component)
ContainsFocus(Inherited from Control)
Controls(Inherited from Control)
DefaultBackColor(Inherited from Control)
DefaultFont(Inherited from Control)
DefaultForeColor(Inherited from Control)
DefaultSize
DefaultSkin(Inherited from Control)
DialogResult
DisplayRectangle(Inherited from ScrollableControl)
Enabled(Inherited from Control)
Focused(Inherited from Control)
Font(Inherited from Control)
ForeColor(Inherited from Control)
HScroll(Inherited from ScrollableControl)
Handle(Inherited from Control)
HasChildren(Inherited from Control)
Height(Inherited from Control)
IsHandleCreated(Inherited from Control)
Left(Inherited from Control)
Location(Inherited from Control)
MaskVisual(Inherited from Control)
Modal
ModifierKeys(Inherited from Control)
MouseButtons(Inherited from Control)
MousePosition(Inherited from Control)
Name(Inherited from Control)
Parent(Inherited from Control)
ParentForm(Inherited from ContainerControl)
Right(Inherited from Control)
Site(Inherited from Component)
Size(Inherited from Control)
Skin(Inherited from Control)
TabIndex(Inherited from Control)
TabStop(Inherited from Control)
Tag(Inherited from Control)
Text(Inherited from Control)
Top(Inherited from Control)
VScroll(Inherited from ScrollableControl)
Visible(Inherited from Control)
Visual(Inherited from Control)
Width(Inherited from Control)
EventDescription
Activated
BackColorChanged(Inherited from Control)
Click(Inherited from Control)
Closed
Closing
ControlAdded(Inherited from Control)
ControlRemoved(Inherited from Control)
Disposed(Inherited from Component)
DoubleClick(Inherited from Control)
EnabledChanged(Inherited from Control)
FontChanged(Inherited from Control)
ForeColorChanged(Inherited from Control)
GotFocus(Inherited from Control)
HandleCreated(Inherited from Control)
HandleDestroyed(Inherited from Control)
KeyDown(Inherited from Control)
KeyPress(Inherited from Control)
KeyUp(Inherited from Control)
Layout(Inherited from Control)
LocationChanged(Inherited from Control)
LostFocus(Inherited from Control)
MouseDown(Inherited from Control)
MouseEnter(Inherited from Control)
MouseLeave(Inherited from Control)
MouseMove(Inherited from Control)
MouseUp(Inherited from Control)
Paint(Inherited from Control)
SizeChanged(Inherited from Control)
SkinChanged(Inherited from Control)
StyleChanged(Inherited from Control)
TabIndexChanged(Inherited from Control)
TabStopChanged(Inherited from Control)
TextChanged(Inherited from Control)
VisibleChanged(Inherited from Control)

Inheritance Hierarchy

Object
Component
Control
ScrollableControl

Class Information

NamespaceSystem.Windows.Forms
Libraryforms.scl
Library Version1.0.0.1829
© 2004-2005 GlobFX Technologies. All rights reserved.