GraphWorX Runtime Viewer WPF Control.

In scripting, an object of this type is accessible via the "ThisWindow" global variable. The value of the "ThisWindow" variable is the GwxRuntimeViewControl object that contains the currently loaded display file.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxRuntimeViewControl : UserControl, 
	IGwxControl, IDisposable, IServiceProvider, IUpdateable, IUriContext, 
	IWindowsFormsControlHost, IUICommandTarget, ICommandTarget, IGasDocumentLevelProvider, ICommandExecutorContainer
Visual Basic
Public NotInheritable Class GwxRuntimeViewControl _
	Inherits UserControl _
	Implements IGwxControl, IDisposable, IServiceProvider, IUpdateable,  _
	IUriContext, IWindowsFormsControlHost, IUICommandTarget, ICommandTarget, IGasDocumentLevelProvider,  _
	ICommandExecutorContainer
JScript
public final class GwxRuntimeViewControl extends UserControl implements IGwxControl, IDisposable, IServiceProvider, IUpdateable, IUriContext, IWindowsFormsControlHost, IUICommandTarget, ICommandTarget, IGasDocumentLevelProvider, ICommandExecutorContainer

Inheritance Hierarchy

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..::..UserControl
                  Ico.Gwx..::..GwxRuntimeViewControl

See Also