C# 클래스 hobd.ListSection

상속: Fleux.UIElements.Panorama.PanoramaSection
파일 보기 프로젝트 열기: cail/hobd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChooseAction Action
Selected object

공개 메소드들

메소드 설명
ListSection ( string title, Fleux.Styles.TextStyle style, int layoutX, int layoutY ) : System
OnChoose ( Fleux.UIElements.UIElement e ) : void

보호된 메소드들

메소드 설명
CreateItems ( ) : void

메소드 상세

CreateItems() 보호된 메소드

protected CreateItems ( ) : void
리턴 void

ListSection() 공개 메소드

public ListSection ( string title, Fleux.Styles.TextStyle style, int layoutX, int layoutY ) : System
title string
style Fleux.Styles.TextStyle
layoutX int
layoutY int
리턴 System

OnChoose() 공개 메소드

public OnChoose ( Fleux.UIElements.UIElement e ) : void
e Fleux.UIElements.UIElement
리턴 void

프로퍼티 상세

ChooseAction 공개적으로 프로퍼티

public Action ChooseAction
리턴 Action

Selected 공개적으로 프로퍼티

public object Selected
리턴 object