GraphWorX Runtime Windows Forms Control.

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

Syntax

C#
public sealed class GwxRuntimeControl : UserControl, 
	IGwxRuntimeViewControlParent, IStatusMessageHost, IServiceProvider
Visual Basic
Public NotInheritable Class GwxRuntimeControl _
	Inherits UserControl _
	Implements IGwxRuntimeViewControlParent, IStatusMessageHost, IServiceProvider
JScript
public final class GwxRuntimeControl extends UserControl implements IGwxRuntimeViewControlParent, IStatusMessageHost, IServiceProvider

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              Ico.Gwx..::..GwxRuntimeControl

See Also