C# Class WebExpress.Tab

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

Méthodes publiques

Свойство Type Description
actualForeground System.Windows.Media.Brush
darkColor bool
form System.Windows.Controls.UserControl
mainWindow MainWindow

Méthodes publiques

Méthode Description
SetIcon ( BitmapImage icon ) : void
SetTitle ( string title ) : void
Tab ( string title, MainWindow mw, System.Windows.Controls.UserControl uc, System brush ) : System
refreshColor ( ) : void

Private Methods

Méthode Description
Grid_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Me_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Me_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
Tab_Loaded ( object sender, RoutedEventArgs e ) : void
bg2_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
bg2_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
button_close_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
label_TabTitle_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

SetIcon() public méthode

public SetIcon ( BitmapImage icon ) : void
icon System.Windows.Media.Imaging.BitmapImage
Résultat void

SetTitle() public méthode

public SetTitle ( string title ) : void
title string
Résultat void

Tab() public méthode

public Tab ( string title, MainWindow mw, System.Windows.Controls.UserControl uc, System brush ) : System
title string
mw MainWindow
uc System.Windows.Controls.UserControl
brush System
Résultat System

refreshColor() public méthode

public refreshColor ( ) : void
Résultat void

Property Details

actualForeground public_oe property

public Brush,System.Windows.Media actualForeground
Résultat System.Windows.Media.Brush

darkColor public_oe property

public bool darkColor
Résultat bool

form public_oe property

public UserControl,System.Windows.Controls form
Résultat System.Windows.Controls.UserControl

mainWindow public_oe property

public MainWindow,WebExpress mainWindow
Résultat MainWindow