C# 클래스 OKHOSTING.UI.Net4.WinForms.Controls.Layout.RelativePanel

상속: System.Windows.Forms.Panel, IRelativePanel
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

보호된 프로퍼티들

프로퍼티 타입 설명
_Children ControlList
arranged bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IRelativePanel ( IControl control, RelativePanelHorizontalContraint horizontalContraint, RelativePanelVerticalContraint verticalContraint, IControl referenceControl ) : void
RelativePanel ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( System pevent ) : void

메소드 상세

IRelativePanel() 공개 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( System pevent ) : void
pevent System
리턴 void

RelativePanel() 공개 메소드

public RelativePanel ( ) : System
리턴 System

프로퍼티 상세

_Children 보호되어 있는 프로퍼티

protected ControlList _Children
리턴 ControlList

arranged 보호되어 있는 프로퍼티

protected bool arranged
리턴 bool