C# 클래스 LayoutFarm.SuggestionWindowMx

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( CustomWidgets item ) : void
ClearItems ( ) : void
GetItem ( int index ) : ListItem
GetPrimaryUI ( ) : UIElement
Hide ( ) : void
SetLocation ( int x, int y ) : void
Show ( ) : void
SuggestionWindowMx ( int w, int h ) : System

비공개 메소드들

메소드 설명
listView_ListItemKeyboardEvent ( object sender, UIKeyEventArgs e ) : void
listView_ListItemMouseEvent ( object sender, UIMouseEventArgs e ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( CustomWidgets item ) : void
item CustomWidgets
리턴 void

ClearItems() 공개 메소드

public ClearItems ( ) : void
리턴 void

GetItem() 공개 메소드

public GetItem ( int index ) : ListItem
index int
리턴 LayoutFarm.CustomWidgets.ListItem

GetPrimaryUI() 공개 메소드

public GetPrimaryUI ( ) : UIElement
리턴 LayoutFarm.UI.UIElement

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

SetLocation() 공개 메소드

public SetLocation ( int x, int y ) : void
x int
y int
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

SuggestionWindowMx() 공개 메소드

public SuggestionWindowMx ( int w, int h ) : System
w int
h int
리턴 System