Namespace:  Cryptware.NDigitSign
Assembly:  NDigitSign (in NDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public Class SelectionDialog _
	Inherits Form
C#
public class SelectionDialog : Form
Visual C++
public ref class SelectionDialog : public Form
JavaScript
Cryptware.NDigitSign.SelectionDialog = function();

Type.createClass(
	'Cryptware.NDigitSign.SelectionDialog',
	Form);

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              Cryptware.NDigitSign..::..SelectionDialog

See Also