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

In This Topic
    C1MessageBoxContent Class
    In This Topic
    Control that displays the content of a message box. It's meant to be used inside a C1.Silverlight.C1Window.
    Object Model
    C1MessageBoxContent Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="Buttons", Type=System.Windows.Controls.Panel)>
    <TemplateVisualStateAttribute(Name="Warning", GroupName="IconStates")>
    <StyleTypedPropertyAttribute(Property="ButtonStyle", StyleTargetType=System.Windows.Controls.Button)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1MessageBoxContent 
       Inherits System.Windows.Controls.Control
    [TemplatePart(Name="Buttons", Type=System.Windows.Controls.Panel)]
    [TemplateVisualState(Name="Warning", GroupName="IconStates")]
    [StyleTypedProperty(Property="ButtonStyle", StyleTargetType=System.Windows.Controls.Button)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1MessageBoxContent : 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.C1MessageBoxContent

    See Also