Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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 C1Window.
    Object Model
    C1MessageBoxContent Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Error", GroupName="IconStates")>
    <TemplatePartAttribute(Name="Icon", Type=System.Windows.Controls.Image)>
    <StyleTypedPropertyAttribute(Property="ButtonStyle", StyleTargetType=System.Windows.Controls.Button)>
    Public Class C1MessageBoxContent 
       Inherits System.Windows.Controls.Control
    [TemplateVisualState(Name="Error", GroupName="IconStates")]
    [TemplatePart(Name="Icon", Type=System.Windows.Controls.Image)]
    [StyleTypedProperty(Property="ButtonStyle", StyleTargetType=System.Windows.Controls.Button)]
    public class C1MessageBoxContent : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.C1MessageBoxContent

    See Also