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


In This Topic
    TabStripSplitBox Class
    In This Topic
    Represents a GcSpreadSheet tabstrip split box control.
    Object Model
    TabStripSplitBox Class
    Syntax
    'Declaration
     
    <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 TabStripSplitBox 
       Inherits HorizontalSplitBox
    'Usage
     
    Dim instance As TabStripSplitBox
    [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 TabStripSplitBox : HorizontalSplitBox 
    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
                         GrapeCity.Windows.SpreadSheet.UI.HorizontalSplitBox
                            GrapeCity.Windows.SpreadSheet.UI.TabStripSplitBox

    See Also