C# Class csShared.Controls.SlideTab.SlideTabItem

Inheritance: System.Windows.Controls.TabItem
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
ContainerProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
ItemProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty
ShowHeaderImageProperty System.Windows.DependencyProperty
ShowHeaderTextProperty System.Windows.DependencyProperty
ShowSupportImageProperty System.Windows.DependencyProperty
SupportImageProperty System.Windows.DependencyProperty
TabTextProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnSelected ( RoutedEventArgs e ) : void

Private Methods

Method Description
Deselect ( ) : void
Item_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Select ( ) : void
SlideTabItemManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
SlideTabItemManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
SlideTabItemManipulationStarting ( object sender, System.Windows.Input.ManipulationStartingEventArgs e ) : void
SlideTabItemMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SlideTabItemMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
SlideTabItemMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
SlideTabItemMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SlideTabItemTouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnSelected() protected method

protected OnSelected ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

Property Details

ContainerProperty public static property

public static DependencyProperty,System.Windows ContainerProperty
return System.Windows.DependencyProperty

ImageProperty public static property

public static DependencyProperty,System.Windows ImageProperty
return System.Windows.DependencyProperty

ItemProperty public static property

public static DependencyProperty,System.Windows ItemProperty
return System.Windows.DependencyProperty

OrientationProperty public static property

public static DependencyProperty,System.Windows OrientationProperty
return System.Windows.DependencyProperty

ShowHeaderImageProperty public static property

public static DependencyProperty,System.Windows ShowHeaderImageProperty
return System.Windows.DependencyProperty

ShowHeaderTextProperty public static property

public static DependencyProperty,System.Windows ShowHeaderTextProperty
return System.Windows.DependencyProperty

ShowSupportImageProperty public static property

public static DependencyProperty,System.Windows ShowSupportImageProperty
return System.Windows.DependencyProperty

SupportImageProperty public static property

public static DependencyProperty,System.Windows SupportImageProperty
return System.Windows.DependencyProperty

TabTextProperty public static property

public static DependencyProperty,System.Windows TabTextProperty
return System.Windows.DependencyProperty