Class OnlineDisplayTimeTextBox
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
OnlineDisplayTimeTextBox
Implements
System.ComponentModel.ISupportInitialize
Inherited Members
Namespace: Vortex.Presentation.Controls.Wpf.OnlineDisplay
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class OnlineDisplayTimeTextBox : TimeTextBoxBaseBox, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
Constructors
OnlineDisplayTimeTextBox()
Creates new instance of OnlineDisplayTimeTextBox
Declaration
public OnlineDisplayTimeTextBox()
Fields
_contentLoaded
Declaration
bool _contentLoaded
Field Value
Type | Description |
---|---|
System.Boolean |
DummyObjectToFitTheCalendarIcon
Declaration
Viewbox DummyObjectToFitTheCalendarIcon
Field Value
Type | Description |
---|---|
System.Windows.Controls.Viewbox |
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