Class OnlineControlCheckBoxValue
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.Primitives.ButtonBase
    System.Windows.Controls.Primitives.ToggleButton
    System.Windows.Controls.CheckBox
    OnlineControlCheckBoxValue
  Implements
System.ComponentModel.ISupportInitialize
  Namespace: Vortex.Presentation.Controls.Wpf.OnlineControl
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public class OnlineControlCheckBoxValue : CheckBox, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, ICommandSource, IComponentConnector
  Constructors
OnlineControlCheckBoxValue()
Creates new instance of OnlineControlCheckBoxValue
Declaration
public OnlineControlCheckBoxValue()
  Fields
_contentLoaded
Declaration
bool _contentLoaded
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
binding
Declaration
Binding binding
  Field Value
| Type | Description | 
|---|---|
| System.Windows.Data.Binding | 
Methods
CheckBox_GotFocus(Object, RoutedEventArgs)
Declaration
void CheckBox_GotFocus(object sender, RoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.RoutedEventArgs | e | 
CheckBox_LostFocus(Object, RoutedEventArgs)
Declaration
void CheckBox_LostFocus(object sender, RoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | sender | |
| System.Windows.RoutedEventArgs | e | 
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
  Implements
      System.ComponentModel.ISupportInitialize