Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1PromptBoxContent Class
Members

In This Topic
    C1PromptBoxContent Class
    In This Topic
    Control that displays the content of a prompt box. It's meant to be used inside a C1Window.
    Object Model
    C1PromptBoxContent Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
    <TemplatePartAttribute(Name="OKButton", Type=System.Windows.Controls.Button)>
    Public Class C1PromptBoxContent 
       Inherits System.Windows.Controls.Control
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [TemplatePart(Name="OKButton", Type=System.Windows.Controls.Button)]
    public class C1PromptBoxContent : System.Windows.Controls.Control 
    Inheritance Hierarchy

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

    See Also