Xceed Toolkit Plus for WPF v4.6 Documentation
StyleableWindow Class
Members 


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace : StyleableWindow Class

Represents a window possessing all of the basic features of a normal window whose elements can all be styled.

Syntax
'Declaration
 
<TemplatePartAttribute(Name="PART_WindowControl", Type=Xceed.Wpf.Toolkit.Primitives.WindowControl)>
<LocalizabilityAttribute(LocalizationCategory.Ignore)>
<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 StyleableWindow 
   Inherits System.Windows.Window
'Usage
 
Dim instance As StyleableWindow
[TemplatePart(Name="PART_WindowControl", Type=Xceed.Wpf.Toolkit.Primitives.WindowControl)]
[Localizability(LocalizationCategory.Ignore)]
[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 StyleableWindow : System.Windows.Window 
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.Window
                           Xceed.Wpf.Toolkit.StyleableWindow
                              Xceed.Wpf.Toolkit.CollectionControlDialogBase

Requirements

See Also

Reference

StyleableWindow Members
Xceed.Wpf.Toolkit Namespace