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.
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
'Usage
Dim instance As C1MessageBoxContent
[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
[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 ref class C1MessageBoxContent : public System.Windows.Controls.Control
Inheritance Hierarchy
See Also