Control that displays the content of a prompt box. It's meant to be used inside a C1Window.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
[TemplatePartAttribute(Name = "OKButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "TextBox", Type = typeof(TextBox))]
[TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")]
public class C1PromptBoxContent : Control
Visual Basic
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
<TemplatePartAttribute(Name := "OKButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "TextBox", Type := GetType(TextBox))> _
<TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _
Public Class C1PromptBoxContent _
	Inherits Control

Inheritance Hierarchy

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

See Also