User control containing a list of ShapeFiles

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Public Class ShapeFileListControl _
	Inherits UserControl
C#
public class ShapeFileListControl : UserControl
Visual C++
public ref class ShapeFileListControl : public UserControl
JavaScript
EGIS.Controls.ShapeFileListControl = function();

Type.createClass(
	'EGIS.Controls.ShapeFileListControl',
	UserControl);

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
              EGIS.Controls..::..ShapeFileListControl

See Also