Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1View Class
Members

In This Topic
    C1View Class
    In This Topic
    Base class for views supporting standard properties.
    Object Model
    C1View Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute(CheckLicense=False, 
       SetDefaultStyleKey=False, 
       NeedsInitializeStatic=True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class C1View 
       Inherits System.Windows.Controls.Control
    [C1Control(CheckLicense=false, 
       SetDefaultStyleKey=false, 
       NeedsInitializeStatic=true)]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class C1View : 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
                         C1.WPF.Core.C1View
                            C1.WPF.Core.C1Border
                            C1.WPF.Core.C1Icon

    See Also