C# Class OKHOSTING.UI.Net4.WinForms.Controls.Layout.RelativePanel

Inheritance: System.Windows.Forms.Panel, IRelativePanel
Show file Open project: okhosting/OKHOSTING.UI

Protected Properties

Property Type Description
_Children ControlList
arranged bool

Private Properties

Property Type Description

Public Methods

Method Description
IRelativePanel ( IControl control, RelativePanelHorizontalContraint horizontalContraint, RelativePanelVerticalContraint verticalContraint, IControl referenceControl ) : void
RelativePanel ( ) : System

Protected Methods

Method Description
OnPaint ( System pevent ) : void

Method Details

IRelativePanel() public method

public IRelativePanel ( IControl control, RelativePanelHorizontalContraint horizontalContraint, RelativePanelVerticalContraint verticalContraint, IControl referenceControl ) : void
control IControl
horizontalContraint RelativePanelHorizontalContraint
verticalContraint RelativePanelVerticalContraint
referenceControl IControl
return void

OnPaint() protected method

protected OnPaint ( System pevent ) : void
pevent System
return void

RelativePanel() public method

public RelativePanel ( ) : System
return System

Property Details

_Children protected property

protected ControlList _Children
return ControlList

arranged protected property

protected bool arranged
return bool