Click or drag to resize

DefaultMetroWindow Class

Interaction logic for DefaultMetroWindow.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.WindowsWindow
                  MetroWindow
                    RAYLASE.Marker.GUI.Common.Interactivity.PopupWindowsBaseDefaultMetroWindow
                      RAYLASE.Marker.GUI.Common.Interactivity.PopupWindowsDefaultMetroWindow

Namespace: RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class DefaultMetroWindow : BaseDefaultMetroWindow, 
	IComponentConnector

The DefaultMetroWindow type exposes the following members.

Constructors
 NameDescription
Public methodDefaultMetroWindowInitializes a new instance of the DefaultMetroWindow class
Top
Properties
 NameDescription
Public propertyHelpAction
(Inherited from BaseDefaultMetroWindow)
Public propertyResult
(Inherited from BaseDefaultMetroWindow)
Public propertyShowHelp
(Inherited from BaseDefaultMetroWindow)
Public propertyThemeName
(Inherited from BaseDefaultMetroWindow)
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Protected methodOnClosed
(Inherited from BaseDefaultMetroWindow)
Protected methodOnStyleChanged
(Inherited from BaseDefaultMetroWindow)
Protected methodSetLightBox
(Inherited from BaseDefaultMetroWindow)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also