Class OnlineControlSlimTextBox
Inheritance
System.Object
    System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
    System.Windows.Media.Visual
    System.Windows.UIElement
    System.Windows.FrameworkElement
    System.Windows.Controls.Panel
    System.Windows.Controls.Grid
    OnlineControlSlimTextBox
  Implements
System.ComponentModel.ISupportInitialize
  Namespace: Vortex.Presentation.Controls.Wpf.OnlineControls
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class OnlineControlSlimTextBox : Grid, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
  Constructors
OnlineControlSlimTextBox()
Creates new instance of OnlineControlSlimTextBox
Declaration
public OnlineControlSlimTextBox()
  Fields
_contentLoaded
Declaration
bool _contentLoaded
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
binding
Declaration
Binding binding
  Field Value
| Type | Description | 
|---|---|
| System.Windows.Data.Binding | 
ValueBox
Declaration
TextBox ValueBox
  Field Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBox | 
Methods
GroupBox_DataContextChanged(Object, DependencyPropertyChangedEventArgs)
Declaration
void GroupBox_DataContextChanged(object sender, DependencyPropertyChangedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.DependencyPropertyChangedEventArgs | e | 
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
  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
void TextBox_LostFocus(object sender, RoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.RoutedEventArgs | e | 
ValueBox_KeyDown(Object, KeyEventArgs)
Declaration
void ValueBox_KeyDown(object sender, KeyEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.Input.KeyEventArgs | e | 
Implements
      System.ComponentModel.ISupportInitialize