C# Class System.Windows.Forms.MdiClient

Inheritance: Control
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
ActivateActiveMdiChild void
ActivateChild void
ActivateNextChild void
ActivatePreviousChild void
AfterTopMostControl IntPtr
ArrangeIconicWindows void
ArrangeWindows void
CalcHBar void
CalcVBar void
ChildFormClosed void
HBarValueChanged void
OnPaintBackgroundInternal void
RemoveControlMenuItems void
ScaleCore void
SendFocusToActiveChild void
SetParentText void
SetWindowState void
SetWindowStates bool
SizeScrollBars void
VBarValueChanged void

Public Methods

Method Description
LayoutMdi ( MdiLayout value ) : void
MdiClient ( ) : System.Collections

Protected Methods

Method Description
CreateControlsInstance ( ) : Control.ControlCollection
OnResize ( EventArgs e ) : void
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Method Description
ActivateActiveMdiChild ( ) : void
ActivateChild ( Form form ) : void
ActivateNextChild ( ) : void
ActivatePreviousChild ( ) : void
AfterTopMostControl ( ) : IntPtr
ArrangeIconicWindows ( bool rearrange_all ) : void
ArrangeWindows ( ) : void
CalcHBar ( int left, int right, bool vert_vis ) : void
CalcVBar ( int top, int bottom, bool horz_vis ) : void
ChildFormClosed ( Form form ) : void
HBarValueChanged ( object sender, EventArgs e ) : void
OnPaintBackgroundInternal ( PaintEventArgs pe ) : void
RemoveControlMenuItems ( System.Windows.Forms.MdiWindowManager wm ) : void
ScaleCore ( float dx, float dy ) : void
SendFocusToActiveChild ( ) : void
SetParentText ( bool text_changed ) : void
SetWindowState ( Form form, FormWindowState old_window_state, FormWindowState new_window_state, bool is_activating_child ) : void
SetWindowStates ( System.Windows.Forms.MdiWindowManager wm ) : bool
SizeScrollBars ( ) : void
VBarValueChanged ( object sender, EventArgs e ) : void

Method Details

CreateControlsInstance() protected method

protected CreateControlsInstance ( ) : Control.ControlCollection
return Control.ControlCollection

LayoutMdi() public method

public LayoutMdi ( MdiLayout value ) : void
value MdiLayout
return void

MdiClient() public method

public MdiClient ( ) : System.Collections
return System.Collections

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e EventArgs
return void

ScaleControl() protected method

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
return void

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void