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

Inheritance: System.Windows.Forms.Panel, IRelativePanel
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Protected Properties

Свойство Type Description
_Children ControlList
arranged bool

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPaint ( System pevent ) : void

Method Details

IRelativePanel() public méthode

public IRelativePanel ( IControl control, RelativePanelHorizontalContraint horizontalContraint, RelativePanelVerticalContraint verticalContraint, IControl referenceControl ) : void
control IControl
horizontalContraint RelativePanelHorizontalContraint
verticalContraint RelativePanelVerticalContraint
referenceControl IControl
Résultat void

OnPaint() protected méthode

protected OnPaint ( System pevent ) : void
pevent System
Résultat void

RelativePanel() public méthode

public RelativePanel ( ) : System
Résultat System

Property Details

_Children protected_oe property

protected ControlList _Children
Résultat ControlList

arranged protected_oe property

protected bool arranged
Résultat bool