SpreadsheetGear 2017
SheetTabScrollButton Class
Members 






SpreadsheetGear.Windows.Controls Namespace : SheetTabScrollButton Class
Represents an individual WorkbookView sheet tab scroll button.
Object Model
SheetTabScrollButton Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.ComponentModel.DefaultPropertyAttribute("Content")>
<System.Windows.Markup.ContentPropertyAttribute("Content")>
<System.Windows.LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<System.Windows.StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<System.Windows.Markup.XmlLangPropertyAttribute("Language")>
<System.Windows.Markup.UsableDuringInitializationAttribute(True)>
<System.Windows.Markup.RuntimeNamePropertyAttribute("Name")>
<System.Windows.Markup.UidPropertyAttribute("Uid")>
<System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class SheetTabScrollButton 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As SheetTabScrollButton
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.ComponentModel.DefaultProperty("Content")]
[System.Windows.Markup.ContentProperty("Content")]
[System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UidProperty("Uid")]
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public class SheetTabScrollButton : System.Windows.Controls.ContentControl 
public class SheetTabScrollButton = class(System.Windows.Controls.ContentControl)
System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")
System.ComponentModel.DefaultPropertyAttribute("Content")
System.Windows.Markup.ContentPropertyAttribute("Content")
System.Windows.LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)
System.Windows.StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)
System.Windows.Markup.XmlLangPropertyAttribute("Language")
System.Windows.Markup.UsableDuringInitializationAttribute()
System.Windows.Markup.RuntimeNamePropertyAttribute("Name")
System.Windows.Markup.UidPropertyAttribute("Uid")
System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)
System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)
public class SheetTabScrollButton extends System.Windows.Controls.ContentControl
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.ComponentModel.DefaultProperty("Content")]
[System.Windows.Markup.ContentProperty("Content")]
[System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UidProperty("Uid")]
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public __gc class SheetTabScrollButton : public System.Windows.Controls.ContentControl 
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.ComponentModel.DefaultProperty("Content")]
[System.Windows.Markup.ContentProperty("Content")]
[System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UidProperty("Uid")]
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class SheetTabScrollButton : public System.Windows.Controls.ContentControl 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        SpreadsheetGear.Windows.Controls.SheetTabScrollButton

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SheetTabScrollButton Members
SpreadsheetGear.Windows.Controls Namespace