C1.Silverlight Namespace / C1MessageBoxContent Class
Members

C1MessageBoxContent Class
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
 
Inheritance Hierarchy

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

See Also