C# Class WebExpress.Controls.MagicBox

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

Public Properties

Property Type Description
ItemHeight int
ItemList List
ItemsCount int
_isDark bool

Public Methods

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

Private Methods

Method Description
MagicBox_OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UserControl_PreviewKeyDown ( object sender, System e ) : void

Method Details

AddSuggestion() public method

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

Clear() public method

public Clear ( ) : void
return void

MagicBox() public method

public MagicBox ( ) : System.Collections.Generic
return System.Collections.Generic

RefreshSizes() public method

public RefreshSizes ( ) : void
return void

Property Details

ItemHeight public_oe property

public int ItemHeight
return int

ItemList public_oe property

public List ItemList
return List

ItemsCount public_oe property

public int ItemsCount
return int

_isDark public_oe property

public bool _isDark
return bool