Changes in act.shared.windows.forms from v22 (Version 4.0.30319.42000)<br> to v221 (Version 4.0.30319.42000)

Changes in act.shared.windows.forms from v22 (Version 4.0.30319.42000)
to v221 (Version 4.0.30319.42000)

Removed Added
Act.Shared.Windows.Forms RTFMessageBox ()
n/a public class Act.Shared.Windows.Forms.RTFMessageBox
--> NONE <--
  • Constructor: public RTFMessageBox ()
  • Constructor: public RTFMessageBox (string title, string rtfMessageText)
  • Constructor: public RTFMessageBox (string title, string rtfMessageText, string linkURL)
  • Event: public event EventHandler Activated
  • Event: public event EventHandler AutoSizeChanged
  • Event: public event EventHandler AutoValidateChanged
  • Event: public event EventHandler BackColorChanged
  • Event: public event EventHandler BackgroundImageChanged
  • Event: public event EventHandler BackgroundImageLayoutChanged
  • Event: public event EventHandler BindingContextChanged
  • Event: public event EventHandler CausesValidationChanged
  • Event: public event UICuesEventHandler ChangeUICues
  • Event: public event EventHandler Click
  • Event: public event EventHandler ClientSizeChanged
  • Event: public event EventHandler Closed
  • Event: public event CancelEventHandler Closing
  • Event: public event EventHandler ContextMenuChanged
  • Event: public event EventHandler ContextMenuStripChanged
  • Event: public event ControlEventHandler ControlAdded
  • Event: public event ControlEventHandler ControlRemoved
  • Event: public event EventHandler CursorChanged
  • Event: public event EventHandler Deactivate
  • Event: public event EventHandler Disposed
  • Event: public event EventHandler DockChanged
  • Event: public event EventHandler DoubleClick
  • Event: public event DpiChangedEventHandler DpiChanged
  • Event: public event EventHandler DpiChangedAfterParent
  • Event: public event EventHandler DpiChangedBeforeParent
  • Event: public event DragEventHandler DragDrop
  • Event: public event DragEventHandler DragEnter
  • Event: public event EventHandler DragLeave
  • Event: public event DragEventHandler DragOver
  • Event: public event EventHandler EnabledChanged
  • Event: public event EventHandler Enter
  • Event: public event EventHandler FontChanged
  • Event: public event EventHandler ForeColorChanged
  • Event: public event FormClosedEventHandler FormClosed
  • Event: public event FormClosingEventHandler FormClosing
  • Event: public event GiveFeedbackEventHandler GiveFeedback
  • Event: public event EventHandler GotFocus
  • Event: public event EventHandler HandleCreated
  • Event: public event EventHandler HandleDestroyed
  • Event: public event CancelEventHandler HelpButtonClicked
  • Event: public event HelpEventHandler HelpRequested
  • Event: public event EventHandler ImeModeChanged
  • Event: public event InputLanguageChangedEventHandler InputLanguageChanged
  • Event: public event InputLanguageChangingEventHandler InputLanguageChanging
  • Event: public event InvalidateEventHandler Invalidated
  • Event: public event KeyEventHandler KeyDown
  • Event: public event KeyPressEventHandler KeyPress
  • Event: public event KeyEventHandler KeyUp
  • Event: public event LayoutEventHandler Layout
  • Event: public event EventHandler Leave
  • Event: public event EventHandler Load
  • Event: public event EventHandler LocationChanged
  • Event: public event EventHandler LostFocus
  • Event: public event EventHandler MarginChanged
  • Event: public event EventHandler MaximizedBoundsChanged
  • Event: public event EventHandler MaximumSizeChanged
  • Event: public event EventHandler MdiChildActivate
  • Event: public event EventHandler MenuComplete
  • Event: public event EventHandler MenuStart
  • Event: public event EventHandler MinimumSizeChanged
  • Event: public event EventHandler MouseCaptureChanged
  • Event: public event MouseEventHandler MouseClick
  • Event: public event MouseEventHandler MouseDoubleClick
  • Event: public event MouseEventHandler MouseDown
  • Event: public event EventHandler MouseEnter
  • Event: public event EventHandler MouseHover
  • Event: public event EventHandler MouseLeave
  • Event: public event MouseEventHandler MouseMove
  • Event: public event MouseEventHandler MouseUp
  • Event: public event MouseEventHandler MouseWheel
  • Event: public event EventHandler Move
  • Event: public event EventHandler PaddingChanged
  • Event: public event PaintEventHandler Paint
  • Event: public event EventHandler ParentChanged
  • Event: public event PreviewKeyDownEventHandler PreviewKeyDown
  • Event: public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
  • Event: public event QueryContinueDragEventHandler QueryContinueDrag
  • Event: public event EventHandler RegionChanged
  • Event: public event EventHandler Resize
  • Event: public event EventHandler ResizeBegin
  • Event: public event EventHandler ResizeEnd
  • Event: public event EventHandler RightToLeftChanged
  • Event: public event EventHandler RightToLeftLayoutChanged
  • Event: public event ScrollEventHandler Scroll
  • Event: public event EventHandler Shown
  • Event: public event EventHandler SizeChanged
  • Event: public event EventHandler StyleChanged
  • Event: public event EventHandler SystemColorsChanged
  • Event: public event EventHandler TabIndexChanged
  • Event: public event EventHandler TabStopChanged
  • Event: public event EventHandler TextChanged
  • Event: public event EventHandler Validated
  • Event: public event CancelEventHandler Validating
  • Event: public event EventHandler VisibleChanged
  • Method (i): ProtectedInternal void AccessibilityNotifyClients (AccessibleEvents accEvent, int childID)
  • Method (i): protected void AccessibilityNotifyClients (AccessibleEvents accEvent, int objectID, int childID)
  • Method (i): public void Activate ()
  • Method (i): protected void ActivateMdiChild (Form form)
  • Method (i): public void AddOwnedForm (Form ownedForm)
  • Method (i): protected virtual void AdjustFormScrollbars (bool displayScrollbars)
  • [Obsolete: This method has been deprecated. Use the ApplyAutoScaling method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): protected void ApplyAutoScaling ()
  • Method (i): public IAsyncResult BeginInvoke (delegate method)
  • Method (i): public virtual IAsyncResult BeginInvoke (delegate method, object[] args)
  • Method (i): public void BringToFront ()
  • Method (i): protected void CenterToParent ()
  • Method (i): protected void CenterToScreen ()
  • Method (i): public void Close ()
  • Method (i): public bool Contains (Control ctl)
  • Method (i): protected virtual AccessibleObject CreateAccessibilityInstance ()
  • Method (i): public void CreateControl ()
  • Method (i): protected virtual ControlCollection CreateControlsInstance ()
  • Method (i): public Graphics CreateGraphics ()
  • Method (i): protected virtual void CreateHandle ()
  • Method (i): public virtual ObjRef CreateObjRef (Type requestedType)
  • Method (i): protected virtual void DefWndProc (Message m)
  • Method (i): protected virtual void DestroyHandle ()
  • Method (i): public virtual void Dispose ()
  • Method: protected override void Dispose (bool disposing)
  • Method (i): public DragDropEffects DoDragDrop (object data, DragDropEffects allowedEffects)
  • Method (i): public void DrawToBitmap (Bitmap bitmap, Rectangle targetBounds)
  • Method (i): public virtual object EndInvoke (IAsyncResult asyncResult)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public Form FindForm ()
  • Method (i): public bool Focus ()
  • Method (i): protected virtual AccessibleObject GetAccessibilityObjectById (int objectId)
  • Method (i): protected AutoSizeMode GetAutoSizeMode ()
  • Method (i): public Control GetChildAtPoint (Point pt)
  • Method (i): public Control GetChildAtPoint (Point pt, GetChildAtPointSkip skipValue)
  • Method (i): public IContainerControl GetContainerControl ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual object GetLifetimeService ()
  • Method (i): public Control GetNextControl (Control ctl, bool forward)
  • Method (i): public virtual Size GetPreferredSize (Size proposedSize)
  • Method (i): protected virtual Rectangle GetScaledBounds (Rectangle bounds, SizeF factor, BoundsSpecified specified)
  • Method (i): protected bool GetScrollState (int bit)
  • Method (i): protected virtual object GetService (Type service)
  • Method (i): protected bool GetStyle (ControlStyles flag)
  • Method (i): protected bool GetTopLevel ()
  • Method (i): public Type GetType ()
  • Method (i): public void Hide ()
  • Method (i): public virtual object InitializeLifetimeService ()
  • Method (i): protected virtual void InitLayout ()
  • Method (i): public void Invalidate ()
  • Method (i): public void Invalidate (bool invalidateChildren)
  • Method (i): public void Invalidate (Rectangle rc)
  • Method (i): public void Invalidate (Rectangle rc, bool invalidateChildren)
  • Method (i): public void Invalidate (Region region)
  • Method (i): public void Invalidate (Region region, bool invalidateChildren)
  • Method (i): public object Invoke (delegate method)
  • Method (i): public virtual object Invoke (delegate method, object[] args)
  • Method (i): protected void InvokeGotFocus (Control toInvoke, EventArgs e)
  • Method (i): protected void InvokeLostFocus (Control toInvoke, EventArgs e)
  • Method (i): protected void InvokeOnClick (Control toInvoke, EventArgs e)
  • Method (i): protected void InvokePaint (Control c, PaintEventArgs e)
  • Method (i): protected void InvokePaintBackground (Control c, PaintEventArgs e)
  • Method (i): protected virtual bool IsInputChar (char charCode)
  • Method (i): protected virtual bool IsInputKey (Keys keyData)
  • Method (i): public void LayoutMdi (MdiLayout value)
  • Method (i): public int LogicalToDeviceUnits (int value)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected MarshalByRefObject MemberwiseClone (bool cloneIdentity)
  • Method (i): protected virtual void NotifyInvalidate (Rectangle invalidatedArea)
  • Method (i): protected virtual void OnActivated (EventArgs e)
  • Method (i): protected virtual void OnAutoSizeChanged (EventArgs e)
  • Method (i): protected virtual void OnAutoValidateChanged (EventArgs e)
  • Method (i): protected virtual void OnBackColorChanged (EventArgs e)
  • Method (i): protected virtual void OnBackgroundImageChanged (EventArgs e)
  • Method (i): protected virtual void OnBackgroundImageLayoutChanged (EventArgs e)
  • Method (i): protected virtual void OnBindingContextChanged (EventArgs e)
  • Method (i): protected virtual void OnCausesValidationChanged (EventArgs e)
  • Method (i): protected virtual void OnChangeUICues (UICuesEventArgs e)
  • Method (i): protected virtual void OnClick (EventArgs e)
  • Method (i): protected virtual void OnClientSizeChanged (EventArgs e)
  • Method (i): protected virtual void OnClosed (EventArgs e)
  • Method (i): protected virtual void OnClosing (CancelEventArgs e)
  • Method (i): protected virtual void OnContextMenuChanged (EventArgs e)
  • Method (i): protected virtual void OnContextMenuStripChanged (EventArgs e)
  • Method (i): protected virtual void OnControlAdded (ControlEventArgs e)
  • Method (i): protected virtual void OnControlRemoved (ControlEventArgs e)
  • Method (i): protected virtual void OnCreateControl ()
  • Method (i): protected virtual void OnCursorChanged (EventArgs e)
  • Method (i): protected virtual void OnDeactivate (EventArgs e)
  • Method (i): protected virtual void OnDockChanged (EventArgs e)
  • Method (i): protected virtual void OnDoubleClick (EventArgs e)
  • Method (i): protected virtual void OnDpiChanged (DpiChangedEventArgs e)
  • Method (i): protected virtual void OnDpiChangedAfterParent (EventArgs e)
  • Method (i): protected virtual void OnDpiChangedBeforeParent (EventArgs e)
  • Method (i): protected virtual void OnDragDrop (DragEventArgs drgevent)
  • Method (i): protected virtual void OnDragEnter (DragEventArgs drgevent)
  • Method (i): protected virtual void OnDragLeave (EventArgs e)
  • Method (i): protected virtual void OnDragOver (DragEventArgs drgevent)
  • Method (i): protected virtual void OnEnabledChanged (EventArgs e)
  • Method (i): protected virtual void OnEnter (EventArgs e)
  • Method (i): protected virtual void OnFontChanged (EventArgs e)
  • Method (i): protected virtual void OnForeColorChanged (EventArgs e)
  • Method (i): protected virtual void OnFormClosed (FormClosedEventArgs e)
  • Method (i): protected virtual void OnFormClosing (FormClosingEventArgs e)
  • Method (i): protected virtual bool OnGetDpiScaledSize (int deviceDpiOld, int deviceDpiNew, Size desiredSize)
  • Method (i): protected virtual void OnGiveFeedback (GiveFeedbackEventArgs gfbevent)
  • Method (i): protected virtual void OnGotFocus (EventArgs e)
  • Method (i): protected virtual void OnHandleCreated (EventArgs e)
  • Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
  • Method (i): protected virtual void OnHelpButtonClicked (CancelEventArgs e)
  • Method (i): protected virtual void OnHelpRequested (HelpEventArgs hevent)
  • Method (i): protected virtual void OnImeModeChanged (EventArgs e)
  • Method (i): protected virtual void OnInputLanguageChanged (InputLanguageChangedEventArgs e)
  • Method (i): protected virtual void OnInputLanguageChanging (InputLanguageChangingEventArgs e)
  • Method (i): protected virtual void OnInvalidated (InvalidateEventArgs e)
  • Method (i): protected virtual void OnKeyDown (KeyEventArgs e)
  • Method (i): protected virtual void OnKeyPress (KeyPressEventArgs e)
  • Method (i): protected virtual void OnKeyUp (KeyEventArgs e)
  • Method (i): protected virtual void OnLayout (LayoutEventArgs levent)
  • Method (i): protected virtual void OnLeave (EventArgs e)
  • Method (i): protected virtual void OnLoad (EventArgs e)
  • Method (i): protected virtual void OnLocationChanged (EventArgs e)
  • Method (i): protected virtual void OnLostFocus (EventArgs e)
  • Method (i): protected virtual void OnMarginChanged (EventArgs e)
  • Method (i): protected virtual void OnMaximizedBoundsChanged (EventArgs e)
  • Method (i): protected virtual void OnMaximumSizeChanged (EventArgs e)
  • Method (i): protected virtual void OnMdiChildActivate (EventArgs e)
  • Method (i): protected virtual void OnMenuComplete (EventArgs e)
  • Method (i): protected virtual void OnMenuStart (EventArgs e)
  • Method (i): protected virtual void OnMinimumSizeChanged (EventArgs e)
  • Method (i): protected virtual void OnMouseCaptureChanged (EventArgs e)
  • Method (i): protected virtual void OnMouseClick (MouseEventArgs e)
  • Method (i): protected virtual void OnMouseDoubleClick (MouseEventArgs e)
  • Method (i): protected virtual void OnMouseDown (MouseEventArgs e)
  • Method (i): protected virtual void OnMouseEnter (EventArgs e)
  • Method (i): protected virtual void OnMouseHover (EventArgs e)
  • Method (i): protected virtual void OnMouseLeave (EventArgs e)
  • Method (i): protected virtual void OnMouseMove (MouseEventArgs e)
  • Method (i): protected virtual void OnMouseUp (MouseEventArgs e)
  • Method (i): protected virtual void OnMouseWheel (MouseEventArgs e)
  • Method (i): protected virtual void OnMove (EventArgs e)
  • Method (i): protected virtual void OnNotifyMessage (Message m)
  • Method (i): protected virtual void OnPaddingChanged (EventArgs e)
  • Method (i): protected virtual void OnPaint (PaintEventArgs e)
  • Method (i): protected virtual void OnPaintBackground (PaintEventArgs e)
  • Method (i): protected virtual void OnParentBackColorChanged (EventArgs e)
  • Method (i): protected virtual void OnParentBackgroundImageChanged (EventArgs e)
  • Method (i): protected virtual void OnParentBindingContextChanged (EventArgs e)
  • Method (i): protected virtual void OnParentChanged (EventArgs e)
  • Method (i): protected virtual void OnParentCursorChanged (EventArgs e)
  • Method (i): protected virtual void OnParentEnabledChanged (EventArgs e)
  • Method (i): protected virtual void OnParentFontChanged (EventArgs e)
  • Method (i): protected virtual void OnParentForeColorChanged (EventArgs e)
  • Method (i): protected virtual void OnParentRightToLeftChanged (EventArgs e)
  • Method (i): protected virtual void OnParentVisibleChanged (EventArgs e)
  • Method (i): protected virtual void OnPreviewKeyDown (PreviewKeyDownEventArgs e)
  • Method (i): protected virtual void OnPrint (PaintEventArgs e)
  • Method (i): protected virtual void OnQueryContinueDrag (QueryContinueDragEventArgs qcdevent)
  • Method (i): protected virtual void OnRegionChanged (EventArgs e)
  • Method (i): protected virtual void OnResize (EventArgs e)
  • Method (i): protected virtual void OnResizeBegin (EventArgs e)
  • Method (i): protected virtual void OnResizeEnd (EventArgs e)
  • Method (i): protected virtual void OnRightToLeftChanged (EventArgs e)
  • Method (i): protected virtual void OnRightToLeftLayoutChanged (EventArgs e)
  • Method (i): protected virtual void OnScroll (ScrollEventArgs se)
  • Method (i): protected virtual void OnShown (EventArgs e)
  • Method (i): protected virtual void OnSizeChanged (EventArgs e)
  • Method (i): protected virtual void OnStyleChanged (EventArgs e)
  • Method (i): protected virtual void OnSystemColorsChanged (EventArgs e)
  • Method (i): protected virtual void OnTabIndexChanged (EventArgs e)
  • Method (i): protected virtual void OnTabStopChanged (EventArgs e)
  • Method (i): protected virtual void OnTextChanged (EventArgs e)
  • Method (i): protected virtual void OnValidated (EventArgs e)
  • Method (i): protected virtual void OnValidating (CancelEventArgs e)
  • Method (i): protected virtual void OnVisibleChanged (EventArgs e)
  • Method (i): public void PerformAutoScale ()
  • Method (i): public void PerformLayout ()
  • Method (i): public void PerformLayout (Control affectedControl, string affectedProperty)
  • Method (i): public Point PointToClient (Point p)
  • Method (i): public Point PointToScreen (Point p)
  • Method (i): public PreProcessControlState PreProcessControlMessage (Message msg)
  • Method (i): public virtual bool PreProcessMessage (Message msg)
  • Method (i): protected virtual bool ProcessCmdKey (Message msg, Keys keyData)
  • Method (i): protected virtual bool ProcessDialogChar (char charCode)
  • Method (i): protected virtual bool ProcessDialogKey (Keys keyData)
  • Method (i): protected virtual bool ProcessKeyEventArgs (Message m)
  • Method (i): ProtectedInternal virtual bool ProcessKeyMessage (Message m)
  • Method (i): protected virtual bool ProcessKeyPreview (Message m)
  • Method (i): ProtectedInternal virtual bool ProcessMnemonic (char charCode)
  • Method (i): protected virtual bool ProcessTabKey (bool forward)
  • Method (i): protected void RaiseDragEvent (object key, DragEventArgs e)
  • Method (i): protected void RaiseKeyEvent (object key, KeyEventArgs e)
  • Method (i): protected void RaiseMouseEvent (object key, MouseEventArgs e)
  • Method (i): protected void RaisePaintEvent (object key, PaintEventArgs e)
  • Method (i): protected void RecreateHandle ()
  • Method (i): public Rectangle RectangleToClient (Rectangle r)
  • Method (i): public Rectangle RectangleToScreen (Rectangle r)
  • Method (i): public virtual void Refresh ()
  • Method (i): public void RemoveOwnedForm (Form ownedForm)
  • Method (i): protected virtual void RescaleConstantsForDpi (int deviceDpiOld, int deviceDpiNew)
  • Method (i): public virtual void ResetBackColor ()
  • Method (i): public void ResetBindings ()
  • Method (i): public virtual void ResetCursor ()
  • Method (i): public virtual void ResetFont ()
  • Method (i): public virtual void ResetForeColor ()
  • Method (i): public void ResetImeMode ()
  • Method (i): protected void ResetMouseEventArgs ()
  • Method (i): public virtual void ResetRightToLeft ()
  • Method (i): public virtual void ResetText ()
  • Method (i): public void ResumeLayout ()
  • Method (i): public void ResumeLayout (bool performLayout)
  • Method (i): protected ContentAlignment RtlTranslateAlignment (ContentAlignment align)
  • Method (i): protected HorizontalAlignment RtlTranslateAlignment (HorizontalAlignment align)
  • Method (i): protected LeftRightAlignment RtlTranslateAlignment (LeftRightAlignment align)
  • Method (i): ProtectedInternal ContentAlignment RtlTranslateContent (ContentAlignment align)
  • Method (i): protected HorizontalAlignment RtlTranslateHorizontal (HorizontalAlignment align)
  • Method (i): protected LeftRightAlignment RtlTranslateLeftRight (LeftRightAlignment align)
  • [Obsolete: This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void Scale (float ratio)
  • [Obsolete: This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202]Method (i): public void Scale (float dx, float dy)
  • Method (i): public void Scale (SizeF factor)
  • Method (i): public void ScaleBitmapLogicalToDevice (Bitmap logicalBitmap)
  • Method (i): protected virtual void ScaleControl (SizeF factor, BoundsSpecified specified)
  • Method (i): protected virtual void ScaleCore (float x, float y)
  • Method (i): public void ScrollControlIntoView (Control activeControl)
  • Method (i): protected virtual Point ScrollToControl (Control activeControl)
  • Method (i): public void Select ()
  • Method (i): protected virtual void Select (bool directed, bool forward)
  • Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
  • Method (i): public void SendToBack ()
  • Method (i): public void SetAutoScrollMargin (int x, int y)
  • Method (i): protected void SetAutoSizeMode (AutoSizeMode mode)
  • Method (i): public void SetBounds (int x, int y, int width, int height)
  • Method (i): public void SetBounds (int x, int y, int width, int height, BoundsSpecified specified)
  • Method (i): protected virtual void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)
  • Method (i): protected virtual void SetClientSizeCore (int x, int y)
  • Method (i): public void SetDesktopBounds (int x, int y, int width, int height)
  • Method (i): public void SetDesktopLocation (int x, int y)
  • Method (i): protected void SetDisplayRectLocation (int x, int y)
  • Method (i): protected void SetScrollState (int bit, bool value)
  • Method (i): protected void SetStyle (ControlStyles flag, bool value)
  • Method (i): protected void SetTopLevel (bool value)
  • Method (i): protected virtual void SetVisibleCore (bool value)
  • Method (i): public void Show ()
  • Method (i): public void Show (IWin32Window owner)
  • Method (i): public DialogResult ShowDialog ()
  • Method (i): public DialogResult ShowDialog (IWin32Window owner)
  • Method (i): protected virtual Size SizeFromClientSize (Size clientSize)
  • Method (i): public void SuspendLayout ()
  • Method (i): public virtual string ToString ()
  • Method (i): public void Update ()
  • Method (i): ProtectedInternal void UpdateBounds ()
  • Method (i): protected void UpdateBounds (int x, int y, int width, int height)
  • Method (i): protected void UpdateBounds (int x, int y, int width, int height, int clientWidth, int clientHeight)
  • Method (i): protected virtual void UpdateDefaultButton ()
  • Method (i): protected void UpdateStyles ()
  • Method (i): protected void UpdateZOrder ()
  • Method (i): public bool Validate ()
  • Method (i): public bool Validate (bool checkAutoValidate)
  • Method (i): public virtual bool ValidateChildren ()
  • Method (i): public virtual bool ValidateChildren (ValidationConstraints validationConstraints)
  • Method (i): protected virtual void WndProc (Message m)
  • Property: IButtonControl AcceptButton { public get; public set; }
  • Property: AccessibleObject AccessibilityObject { public get; }
  • Property: string AccessibleDefaultActionDescription { public get; public set; }
  • Property: string AccessibleDescription { public get; public set; }
  • Property: string AccessibleName { public get; public set; }
  • Property: AccessibleRole AccessibleRole { public get; public set; }
  • Property: virtual Control ActiveControl { public get; public set; }
  • Property: Form ActiveMdiChild { public get; }
  • Property: virtual bool AllowDrop { public get; public set; }
  • Property: bool AllowTransparency { public get; public set; }
  • Property: virtual AnchorStyles Anchor { public get; public set; }
  • [Obsolete: This property has been deprecated. Use the AutoScaleMode property instead. http://go.microsoft.com/fwlink/?linkid=14202]Property: bool AutoScale { public get; public set; }
  • Property: virtual Size AutoScaleBaseSize { public get; public set; }
  • Property: SizeF AutoScaleDimensions { public get; public set; }
  • Property: protected SizeF AutoScaleFactor { }
  • Property: AutoScaleMode AutoScaleMode { public get; public set; }
  • Property: virtual bool AutoScroll { public get; public set; }
  • Property: Size AutoScrollMargin { public get; public set; }
  • Property: Size AutoScrollMinSize { public get; public set; }
  • Property: virtual Point AutoScrollOffset { public get; public set; }
  • Property: Point AutoScrollPosition { public get; public set; }
  • Property: virtual bool AutoSize { public get; public set; }
  • Property: AutoSizeMode AutoSizeMode { public get; public set; }
  • Property: virtual AutoValidate AutoValidate { public get; public set; }
  • Property: virtual Color BackColor { public get; public set; }
  • Property: virtual Image BackgroundImage { public get; public set; }
  • Property: virtual ImageLayout BackgroundImageLayout { public get; public set; }
  • Property: virtual BindingContext BindingContext { public get; public set; }
  • Property: int Bottom { public get; }
  • Property: virtual Rectangle Bounds { public get; public set; }
  • Property: IButtonControl CancelButton { public get; public set; }
  • Property: protected virtual bool CanEnableIme { }
  • Property: bool CanFocus { public get; }
  • Property: protected virtual bool CanRaiseEvents { }
  • Property: bool CanSelect { public get; }
  • Property: bool Capture { public get; public set; }
  • Property: bool CausesValidation { public get; public set; }
  • Property: Rectangle ClientRectangle { public get; }
  • Property: Size ClientSize { public get; public set; }
  • Property: string CompanyName { public get; }
  • Property: IContainer Container { public get; }
  • Property: bool ContainsFocus { public get; }
  • Property: virtual ContextMenu ContextMenu { public get; public set; }
  • Property: virtual ContextMenuStrip ContextMenuStrip { public get; public set; }
  • Property: bool ControlBox { public get; public set; }
  • Property: ControlCollection Controls { public get; }
  • Property: bool Created { public get; }
  • Property: protected virtual CreateParams CreateParams { }
  • Property: SizeF CurrentAutoScaleDimensions { public get; }
  • Property: virtual Cursor Cursor { public get; public set; }
  • Property: virtual ControlBindingsCollection DataBindings { public get; }
  • Property: protected virtual Cursor DefaultCursor { }
  • Property: protected virtual ImeMode DefaultImeMode { }
  • Property: protected virtual Padding DefaultMargin { }
  • Property: protected virtual Size DefaultMaximumSize { }
  • Property: protected virtual Size DefaultMinimumSize { }
  • Property: protected virtual Padding DefaultPadding { }
  • Property: protected virtual Size DefaultSize { }
  • Property: protected bool DesignMode { }
  • Property: Rectangle DesktopBounds { public get; public set; }
  • Property: Point DesktopLocation { public get; public set; }
  • Property: int DeviceDpi { public get; }
  • Property: DialogResult DialogResult { public get; public set; }
  • Property: virtual Rectangle DisplayRectangle { public get; }
  • Property: bool Disposing { public get; }
  • Property: virtual DockStyle Dock { public get; public set; }
  • Property: DockPaddingEdges DockPadding { public get; }
  • Property: protected virtual bool DoubleBuffered { }
  • Property: bool Enabled { public get; public set; }
  • Property: protected EventHandlerList Events { }
  • Property: virtual bool Focused { public get; }
  • Property: virtual Font Font { public get; public set; }
  • Property: protected int FontHeight { }
  • Property: virtual Color ForeColor { public get; public set; }
  • Property: FormBorderStyle FormBorderStyle { public get; public set; }
  • Property: virtual IntPtr Handle { public get; }
  • Property: bool HasChildren { public get; }
  • Property: int Height { public get; public set; }
  • Property: bool HelpButton { public get; public set; }
  • Property: HScrollProperties HorizontalScroll { public get; }
  • Property: protected bool HScroll { }
  • Property: Icon Icon { public get; public set; }
  • Property: ImeMode ImeMode { public get; public set; }
  • Property: protected virtual ImeMode ImeModeBase { }
  • Property: virtual bool InvokeRequired { public get; }
  • Property: bool IsAccessible { public get; public set; }
  • Property: bool IsDisposed { public get; }
  • Property: bool IsHandleCreated { public get; }
  • Property: bool IsMdiChild { public get; }
  • Property: bool IsMdiContainer { public get; public set; }
  • Property: bool IsMirrored { public get; }
  • Property: bool IsRestrictedWindow { public get; }
  • Property: bool KeyPreview { public get; public set; }
  • Property: virtual LayoutEngine LayoutEngine { public get; }
  • Property: int Left { public get; public set; }
  • Property: Point Location { public get; public set; }
  • Property: MenuStrip MainMenuStrip { public get; public set; }
  • Property: Padding Margin { public get; public set; }
  • Property: bool MaximizeBox { public get; public set; }
  • Property: protected Rectangle MaximizedBounds { }
  • Property: virtual Size MaximumSize { public get; public set; }
  • Property: Form[] MdiChildren { public get; }
  • Property: Form MdiParent { public get; public set; }
  • Property: MainMenu Menu { public get; public set; }
  • Property: MainMenu MergedMenu { public get; }
  • Property: bool MinimizeBox { public get; public set; }
  • Property: virtual Size MinimumSize { public get; public set; }
  • Property: bool Modal { public get; }
  • Property: string Name { public get; public set; }
  • Property: double Opacity { public get; public set; }
  • Property: Form[] OwnedForms { public get; }
  • Property: Form Owner { public get; public set; }
  • Property: Padding Padding { public get; public set; }
  • Property: Control Parent { public get; public set; }
  • Property: Form ParentForm { public get; }
  • Property: Size PreferredSize { public get; }
  • Property: string ProductName { public get; }
  • Property: string ProductVersion { public get; }
  • Property: bool RecreatingHandle { public get; }
  • Property: Region Region { public get; public set; }
  • [Obsolete: This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202]Property: ProtectedInternal bool RenderRightToLeft { }
  • Property: protected bool ResizeRedraw { }
  • Property: Rectangle RestoreBounds { public get; }
  • Property: int Right { public get; }
  • Property: virtual RightToLeft RightToLeft { public get; public set; }
  • Property: virtual bool RightToLeftLayout { public get; public set; }
  • Property: protected virtual bool ScaleChildren { }
  • Property: ProtectedInternal virtual bool ShowFocusCues { }
  • Property: bool ShowIcon { public get; public set; }
  • Property: bool ShowInTaskbar { public get; public set; }
  • Property: ProtectedInternal virtual bool ShowKeyboardCues { }
  • Property: protected virtual bool ShowWithoutActivation { }
  • Property: virtual ISite Site { public get; public set; }
  • Property: Size Size { public get; public set; }
  • Property: SizeGripStyle SizeGripStyle { public get; public set; }
  • Property: FormStartPosition StartPosition { public get; public set; }
  • Property: int TabIndex { public get; public set; }
  • Property: bool TabStop { public get; public set; }
  • Property: object Tag { public get; public set; }
  • Property: virtual string Text { public get; public set; }
  • Property: int Top { public get; public set; }
  • Property: bool TopLevel { public get; public set; }
  • Property: Control TopLevelControl { public get; }
  • Property: bool TopMost { public get; public set; }
  • Property: Color TransparencyKey { public get; public set; }
  • Property: bool UseWaitCursor { public get; public set; }
  • Property: VScrollProperties VerticalScroll { public get; }
  • Property: bool Visible { public get; public set; }
  • Property: protected bool VScroll { }
  • Property: int Width { public get; public set; }
  • Property: FormWindowState WindowState { public get; public set; }
  • Property: IWindowTarget WindowTarget { public get; public set; }

TopSummary