Click or drag to resize

EnumFlagsSelector Class

Interaction logic for EnumFlagsSelector.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.Common.GUIEnumFlagsSelector

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

The EnumFlagsSelector type exposes the following members.

Constructors
 NameDescription
Public methodEnumFlagsSelectorInitializes a new instance of the EnumFlagsSelector class
Top
Properties
 NameDescription
Public propertyEnumeration 
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
Fields
 NameDescription
Public fieldStatic memberEnumerationProperty 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also