Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class
Members

In This Topic
    C1Window Class
    In This Topic
    Shows content in a window.
    Object Model
    C1Window Class
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="Drag", Type=System.Windows.FrameworkElement)>
    <TemplateVisualStateAttribute(Name="Active", GroupName="ActiveStates")>
    <DefaultPropertyAttribute("Content")>
    <ContentPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <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 C1Window 
       Inherits C1HeaderedContentControl
    [LicenseProvider()]
    [TemplatePart(Name="Drag", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="Active", GroupName="ActiveStates")]
    [DefaultProperty("Content")]
    [ContentProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [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 C1Window : C1HeaderedContentControl 
    Remarks
    This control should not be added as the child of another control. It can either be opened as a System.Windows.Controls.Primitives.Popup by calling the Show method or displayed inside a Canvas by using the Canvas property.
    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
                            C1.WPF.C1HeaderedContentControl
                               C1.WPF.C1Window

    See Also