C# Class WebExpress.Controls.MagicBoxItem

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

Public Properties

Property Type Description
parent MagicBox

Public Methods

Method Description
MagicBoxItem ( string title, string url, MainWindow mw ) : System
RippleColor ( Color color ) : void

Private Methods

Method Description
MagicBoxItem_Loaded ( object sender, System e ) : void
MagicBoxItem_OnPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MagicBoxItem_OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UIElement_OnPreviewMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UserControl_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
UserControl_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

MagicBoxItem() public method

public MagicBoxItem ( string title, string url, MainWindow mw ) : System
title string
url string
mw MainWindow
return System

RippleColor() public method

public RippleColor ( Color color ) : void
color Color
return void

Property Details

parent public_oe property

public MagicBox,WebExpress.Controls parent
return MagicBox