Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlBase Class
Members


In This Topic
    ControlBase Class
    In This Topic
    Represents the base class for all controls.
    Object Model
    ControlBase Class
    Syntax
    'Declaration
     
    <TemplateVisualStateAttribute(Name="Active", GroupName="ActiveStates")>
    <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 MustInherit Class ControlBase 
       Inherits System.Windows.Controls.Control
    'Usage
     
    Dim instance As ControlBase
    [TemplateVisualState(Name="Active", GroupName="ActiveStates")]
    [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 abstract class ControlBase : System.Windows.Controls.Control 
    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.Wpf.SpreadSheet.CellType.Editors.ControlBase
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar

    See Also