Class TimeTextBoxBaseBox
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
    TimeTextBoxBaseBox
      
      
      
      
      
  Implements
System.ComponentModel.ISupportInitialize
  Namespace: Vortex.Presentation.Controls.Wpf
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public abstract class TimeTextBoxBaseBox : GroupBox, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
  Properties
AmIShadow
Declaration
bool AmIShadow
{
}
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ValueTextBox
Declaration
protected abstract TextBox ValueTextBox { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBox | 
Methods
BindTo()
Declaration
protected void BindTo()
  OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
  Overrides
System.Windows.FrameworkElement.OnApplyTemplate()
  
  
  
  TextBox_DataContextChanged(Object, DependencyPropertyChangedEventArgs)
Declaration
protected void TextBox_DataContextChanged(object sender, DependencyPropertyChangedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.DependencyPropertyChangedEventArgs | e | 
TextBox_GotFocus(Object, RoutedEventArgs)
Declaration
protected 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