ComponentOne Basic Library for WPF and Silverlight
C1PromptBoxContent Class
Members 


C1.Silverlight Namespace : 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
 
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplatePartAttribute(Name="OKButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplatePartAttribute(Name="TextBox", Type=System.Windows.Controls.TextBox)>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
Public Class C1PromptBoxContent 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As C1PromptBoxContent
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplatePart(Name="OKButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplatePart(Name="TextBox", Type=System.Windows.Controls.TextBox)]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
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

Reference

C1PromptBoxContent Members
C1.Silverlight Namespace