Click or drag to resize

BaseDefaultMetroWindow Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows.BaseDefaultMetroWindow"]

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 BaseDefaultMetroWindow : MetroWindow, 
	IDialogWindow

The BaseDefaultMetroWindow type exposes the following members.

Constructors
 NameDescription
Public methodBaseDefaultMetroWindowInitializes a new instance of the BaseDefaultMetroWindow class
Top
Properties
 NameDescription
Public propertyHelpAction 
Public propertyResult 
Public propertyShowHelp 
Public propertyThemeName 
Top
Methods
 NameDescription
Protected methodOnClosed
(Overrides WindowOnClosed(EventArgs))
Protected methodOnStyleChanged
(Overrides FrameworkElementOnStyleChanged(Style, Style))
Protected methodSetLightBox 
Top
Fields
 NameDescription
Public fieldStatic memberThemeNameProperty 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIDialogWindow.Close Close the window.
Explicit interface implementationPrivate methodIDialogWindow.Show Show a non-modal dialog.
Explicit interface implementationPrivate methodIDialogWindow.ShowDialog Show a modal dialog.
Top
See Also