ComponentOne Basic Library for WPF and Silverlight
C1MessageBoxContent Class
Members 


C1.Silverlight Namespace : 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
 
<System.Windows.TemplateVisualStateAttribute(Name="Error", GroupName="IconStates")>
<System.Windows.TemplatePartAttribute(Name="Icon", Type=System.Windows.Controls.Image)>
<System.Windows.TemplateVisualStateAttribute(Name="Information", GroupName="IconStates")>
<System.Windows.StyleTypedPropertyAttribute(Property="ButtonStyle", StyleTargetType=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="Buttons", Type=System.Windows.Controls.Panel)>
<System.Windows.TemplateVisualStateAttribute(Name="Question", GroupName="IconStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Warning", GroupName="IconStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="IconStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
Public Class C1MessageBoxContent 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As C1MessageBoxContent
[System.Windows.TemplateVisualState(Name="Error", GroupName="IconStates")]
[System.Windows.TemplatePart(Name="Icon", Type=System.Windows.Controls.Image)]
[System.Windows.TemplateVisualState(Name="Information", GroupName="IconStates")]
[System.Windows.StyleTypedProperty(Property="ButtonStyle", StyleTargetType=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="Buttons", Type=System.Windows.Controls.Panel)]
[System.Windows.TemplateVisualState(Name="Question", GroupName="IconStates")]
[System.Windows.TemplateVisualState(Name="Warning", GroupName="IconStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="IconStates")]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
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

Reference

C1MessageBoxContent Members
C1.Silverlight Namespace