C# 클래스 Habanero.Faces.Base.GridLayoutManager.ControlInfo

Manages specific grid information for a control
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
ControlInfo ( IControlHabanero control ) : System

Constructor to initialise a new instance. Sets the spans to (1,1)

ControlInfo ( IControlHabanero control, int columnSpan, int rowSpan ) : System

Constructor as before, but requiring the row and column spans to be specified

메소드 상세

ControlInfo() 공개 메소드

Constructor to initialise a new instance. Sets the spans to (1,1)
public ControlInfo ( IControlHabanero control ) : System
control IControlHabanero The control in question
리턴 System

ControlInfo() 공개 메소드

Constructor as before, but requiring the row and column spans to be specified
public ControlInfo ( IControlHabanero control, int columnSpan, int rowSpan ) : System
control IControlHabanero
columnSpan int
rowSpan int
리턴 System