ArcFM Desktop Developer Guide
DatePickerTextBox Class
Members 


Product Availability
Required Licenses
.NET Assembly
DatePickerTextBox is a specialized form of TextBox which displays custom visuals when its contents are empty
Object Model
DatePickerTextBox Class
Syntax
'Declaration
 
<TemplatePartAttribute(Name="Watermark", Type=System.Windows.Controls.ContentControl)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<LocalizabilityAttribute(LocalizationCategory.Text)>
<ContentPropertyAttribute("Text")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public NotInheritable Class DatePickerTextBox 
   Inherits System.Windows.Controls.TextBox
'Usage
 
Dim instance As DatePickerTextBox
[TemplatePart(Name="Watermark", Type=System.Windows.Controls.ContentControl)]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[Localizability(LocalizationCategory.Text)]
[ContentProperty("Text")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public sealed class DatePickerTextBox : System.Windows.Controls.TextBox 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.Primitives.TextBoxBase
                        System.Windows.Controls.TextBox
                           Miner.PresentationFramework.WPFControls.Primitives.DatePickerTextBox

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DatePickerTextBox Members
Miner.PresentationFramework.WPFControls.Primitives Namespace

 

 


Send Comment