C# Class BetterExplorer.SavedTabsListGalleryItem

Interaction logic for SavedTabsListGalleryItem.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
PerformClickEvent ( ) : void
SavedTabsListGalleryItem ( string loc ) : System
SavedTabsListGalleryItem ( string loc, bool selected ) : System
SetDeselected ( ) : void
SetSelected ( ) : void
SetUpTooltip ( string tabs ) : void

Méthodes protégées

Méthode Description
OnClick ( Tuple e ) : void

Private Methods

Méthode Description
UserControl_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnClick() protected méthode

protected OnClick ( Tuple e ) : void
e Tuple
Résultat void

PerformClickEvent() public méthode

public PerformClickEvent ( ) : void
Résultat void

SavedTabsListGalleryItem() public méthode

public SavedTabsListGalleryItem ( string loc ) : System
loc string
Résultat System

SavedTabsListGalleryItem() public méthode

public SavedTabsListGalleryItem ( string loc, bool selected ) : System
loc string
selected bool
Résultat System

SetDeselected() public méthode

public SetDeselected ( ) : void
Résultat void

SetSelected() public méthode

public SetSelected ( ) : void
Résultat void

SetUpTooltip() public méthode

public SetUpTooltip ( string tabs ) : void
tabs string
Résultat void