C1.Silverlight Namespace / C1PromptBoxContent Class
Members

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

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

See Also