C# Class BetterExplorer.SavedTabsListGalleryItem

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

Public Methods

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

Protected Methods

Method Description
OnClick ( Tuple e ) : void

Private Methods

Method Description
UserControl_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnClick() protected method

protected OnClick ( Tuple e ) : void
e Tuple
return void

PerformClickEvent() public method

public PerformClickEvent ( ) : void
return void

SavedTabsListGalleryItem() public method

public SavedTabsListGalleryItem ( string loc ) : System
loc string
return System

SavedTabsListGalleryItem() public method

public SavedTabsListGalleryItem ( string loc, bool selected ) : System
loc string
selected bool
return System

SetDeselected() public method

public SetDeselected ( ) : void
return void

SetSelected() public method

public SetSelected ( ) : void
return void

SetUpTooltip() public method

public SetUpTooltip ( string tabs ) : void
tabs string
return void