C# Class WebExpress.Controls.MagicBox

Interaction logic for MagicBox.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Sential/WebExpress-beta Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemHeight int
ItemList List
ItemsCount int
_isDark bool

Méthodes publiques

Méthode Description
AddSuggestion ( string title, string url, MainWindow mw ) : System.Threading.Tasks.Task
Clear ( ) : void
MagicBox ( ) : System.Collections.Generic
RefreshSizes ( ) : void

Private Methods

Méthode Description
MagicBox_OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UserControl_PreviewKeyDown ( object sender, System e ) : void

Method Details

AddSuggestion() public méthode

public AddSuggestion ( string title, string url, MainWindow mw ) : System.Threading.Tasks.Task
title string
url string
mw MainWindow
Résultat System.Threading.Tasks.Task

Clear() public méthode

public Clear ( ) : void
Résultat void

MagicBox() public méthode

public MagicBox ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RefreshSizes() public méthode

public RefreshSizes ( ) : void
Résultat void

Property Details

ItemHeight public_oe property

public int ItemHeight
Résultat int

ItemList public_oe property

public List ItemList
Résultat List

ItemsCount public_oe property

public int ItemsCount
Résultat int

_isDark public_oe property

public bool _isDark
Résultat bool