C# Class System.Windows.Forms.MdiClient

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
LayoutMdi ( MdiLayout value ) : void
MdiClient ( ) : System.Collections

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected CreateControlsInstance ( ) : Control.ControlCollection
Résultat Control.ControlCollection

LayoutMdi() public méthode

public LayoutMdi ( MdiLayout value ) : void
value MdiLayout
Résultat void

MdiClient() public méthode

public MdiClient ( ) : System.Collections
Résultat System.Collections

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e EventArgs
Résultat void

ScaleControl() protected méthode

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void