Class EnumeratorContainerControlView
ComboBox with Enum values
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
EnumeratorContainerControlView
Implements
System.ComponentModel.ISupportInitialize
Namespace: Vortex.Presentation.Controls.Wpf.Enumerators
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class EnumeratorContainerControlView : UserControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
Constructors
EnumeratorContainerControlView()
Creates new instance of EnumeratorContainerControlView
Declaration
public EnumeratorContainerControlView()
Fields
_contentLoaded
Declaration
bool _contentLoaded
Field Value
Type | Description |
---|---|
System.Boolean |
binding
Declaration
Binding binding
Field Value
Type | Description |
---|---|
System.Windows.Data.Binding |
Combo
Declaration
ComboBox Combo
Field Value
Type | Description |
---|---|
System.Windows.Controls.ComboBox |
Properties
context
Declaration
EnumeratorContainerViewModel context
{
}
Property Value
Type | Description |
---|---|
EnumeratorContainerViewModel |
Methods
BindToCyclic()
Declaration
void BindToCyclic()
ComboGotFocus(Object, RoutedEventArgs)
Declaration
void ComboGotFocus(object sender, RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.RoutedEventArgs | e |
ComboLostFocus(Object, RoutedEventArgs)
Declaration
void ComboLostFocus(object sender, RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.RoutedEventArgs | e |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
UserControl_DataContextChanged(Object, DependencyPropertyChangedEventArgs)
Declaration
void UserControl_DataContextChanged(object sender, DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.DependencyPropertyChangedEventArgs | e |
Implements
System.ComponentModel.ISupportInitialize