C# 클래스 WebExpress.Controls.MagicBox

Interaction logic for MagicBox.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Sential/WebExpress-beta 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemHeight int
ItemList List
ItemsCount int
_isDark bool

공개 메소드들

메소드 설명
AddSuggestion ( string title, string url, MainWindow mw ) : System.Threading.Tasks.Task
Clear ( ) : void
MagicBox ( ) : System.Collections.Generic
RefreshSizes ( ) : void

비공개 메소드들

메소드 설명
MagicBox_OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UserControl_PreviewKeyDown ( object sender, System e ) : void

메소드 상세

AddSuggestion() 공개 메소드

public AddSuggestion ( string title, string url, MainWindow mw ) : System.Threading.Tasks.Task
title string
url string
mw MainWindow
리턴 System.Threading.Tasks.Task

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

MagicBox() 공개 메소드

public MagicBox ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RefreshSizes() 공개 메소드

public RefreshSizes ( ) : void
리턴 void

프로퍼티 상세

ItemHeight 공개적으로 프로퍼티

public int ItemHeight
리턴 int

ItemList 공개적으로 프로퍼티

public List ItemList
리턴 List

ItemsCount 공개적으로 프로퍼티

public int ItemsCount
리턴 int

_isDark 공개적으로 프로퍼티

public bool _isDark
리턴 bool