Class EnumeratorContainerDisplaySlimView
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
    EnumeratorContainerDisplaySlimView
  Implements
System.ComponentModel.ISupportInitialize
  Namespace: Vortex.Presentation.Controls.Wpf.Enumerators
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class EnumeratorContainerDisplaySlimView : UserControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
  Constructors
EnumeratorContainerDisplaySlimView()
Creates new instance of EnumeratorContainerDisplayView
Declaration
public EnumeratorContainerDisplaySlimView()
  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 | 
Label
Declaration
TextBlock Label
  Field Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBlock | 
Properties
context
Declaration
EnumeratorContainerViewModel context
{
}
  Property Value
| Type | Description | 
|---|---|
| EnumeratorContainerViewModel | 
Methods
BindToCyclic()
Declaration
void BindToCyclic()
  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