ComponentOne Basic Library for WPF and Silverlight
C1MessageBoxContent Class
Members 


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

Reference

C1MessageBoxContent Members
C1.WPF Namespace