NetXP 3.0 Reference

Dialog Class

A form providing the functionality of a typical Win32 dialog.

For a list of all members of this type, see Dialog Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               ContainerControl
                  Form
                     Dialog

[Visual Basic]
Public Class Dialog
Inherits Form
[C#]
public class Dialog : Form

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NETXP.Forms

Assembly: NETXP.Forms (in NETXP.Forms.dll)

See Also

Dialog Members | NETXP.Forms Namespace