Class OnlineControlDate
Inheritance
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.ContentControl
    System.Windows.Controls.HeaderedContentControl
    System.Windows.Controls.GroupBox
    
    
    OnlineControlDate
      
  Implements
System.ComponentModel.ISupportInitialize
  Inherited Members
Namespace: Vortex.Presentation.Controls.Wpf.OnlineControl
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class OnlineControlDate : DateTimePickerBox, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
  Constructors
OnlineControlDate()
Creates new instance of OnlineControlDate
Declaration
public OnlineControlDate()
  Fields
_contentLoaded
Declaration
bool _contentLoaded
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
ValueBox
Declaration
TextBox ValueBox
  Field Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBox | 
Properties
ValueTextBox
Declaration
protected override TextBox ValueTextBox { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBox | 
Overrides
Methods
_CreateDelegate(Type, String)
Declaration
Delegate _CreateDelegate(Type delegateType, string handler)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Type | delegateType | |
| System.String | handler | 
Returns
| Type | Description | 
|---|---|
| System.Delegate | 
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
  Implements
      System.ComponentModel.ISupportInitialize