Class OnlineControlSlimDate
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.UserControl
    OnlineControlSlimDate
      
      
      
      
      
      
      
      
      
      
      
  Implements
System.ComponentModel.ISupportInitialize
  Namespace: Vortex.Presentation.Controls.Wpf.OnlineControls
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class OnlineControlSlimDate : UserControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
  Constructors
OnlineControlSlimDate()
Creates new instance of OnlineControlSlimDate
Declaration
public OnlineControlSlimDate()
  Fields
_contentLoaded
Declaration
bool _contentLoaded
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
ValueBox
Declaration
TextBox ValueBox
  Field Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBox | 
Properties
AmIShadow
Declaration
bool AmIShadow
{
}
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ValueTextBox
Declaration
TextBox ValueTextBox
{
}
  Property Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBox | 
Methods
BindTo()
Declaration
protected void BindTo()
  InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
  TextBox_DataContextChanged(Object, DependencyPropertyChangedEventArgs)
Declaration
void TextBox_DataContextChanged(object sender, DependencyPropertyChangedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.DependencyPropertyChangedEventArgs | e | 
TextBox_GotFocus(Object, RoutedEventArgs)
Declaration
void TextBox_GotFocus(object sender, RoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.RoutedEventArgs | e | 
TextBox_LostFocus(Object, RoutedEventArgs)
Declaration
protected void TextBox_LostFocus(object sender, RoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.RoutedEventArgs | e | 
Implements
      System.ComponentModel.ISupportInitialize