Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetTab Class
Members


In This Topic
    SheetTab Class
    In This Topic
    Represents a TabStrip tab item control.
    Object Model
    SheetTab Class
    Syntax
    'Declaration
     
    <TemplateVisualStateAttribute(GroupName="ActiveStates", Name="Regular")>
    <TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Grid)>
    <DefaultEventAttribute("Click")>
    <LocalizabilityAttribute(LocalizationCategory.Button)>
    <DefaultPropertyAttribute("Content")>
    <ContentPropertyAttribute("Content")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class SheetTab 
       Inherits System.Windows.Controls.Button
    'Usage
     
    Dim instance As SheetTab
    [TemplateVisualState(GroupName="ActiveStates", Name="Regular")]
    [TemplatePart(Name="Root", Type=System.Windows.Controls.Grid)]
    [DefaultEvent("Click")]
    [Localizability(LocalizationCategory.Button)]
    [DefaultProperty("Content")]
    [ContentProperty("Content")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class SheetTab : System.Windows.Controls.Button 
    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
                            System.Windows.Controls.Primitives.ButtonBase
                               System.Windows.Controls.Button
                                  GrapeCity.Windows.SpreadSheet.UI.SheetTab

    See Also