C# Class Toolkit.TabRibbon

Inheritance: System.Windows.Controls.TabControl
Show file Open project: Esri/arcgis-templates-silverlight Class Usage Examples

Public Methods

Method Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.

TabRibbon ( ) : System

Private Methods

Method Description
LayoutRoot_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
LayoutRoot_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
PushPin_Click ( object sender, RoutedEventArgs e ) : void
RibbonExpand_Completed ( object sender, EventArgs e ) : void
SetPinned ( bool pinned ) : void
templateTop_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.
public OnApplyTemplate ( ) : void
return void

TabRibbon() public method

public TabRibbon ( ) : System
return System