Click or drag to resize

StatusBarView Class

Interaction logic for StatusBarView.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  RAYLASE.Marker.GUI.Common.ViewsStatusBarView

Namespace: RAYLASE.Marker.GUI.Common.Views
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class StatusBarView : UserControl, 
	IComponentConnector

The StatusBarView type exposes the following members.

Constructors
 NameDescription
Public methodStatusBarViewInitializes a new instance of the StatusBarView class
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also