Class OnlineControlSlimTextBoxValue
Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.TextBlock
OnlineControlSlimTextBoxValue
Implements
System.ComponentModel.ISupportInitialize
System.IServiceProvider
Namespace: Vortex.Presentation.Controls.Wpf.OnlineControls
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class OnlineControlSlimTextBoxValue : TextBlock, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IContentHost, IAddChildInternal, IAddChild, IServiceProvider, IComponentConnector
Constructors
OnlineControlSlimTextBoxValue()
Creates new instance of OnlineControlSlimTextBoxValue
Declaration
public OnlineControlSlimTextBoxValue()
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
System.IServiceProvider