Specifies the base class used for displaying remote access service (RAS) dialog boxes on the screen. This class must be inherited.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public abstract class RasCommonDialog : CommonDialog |
| Visual Basic |
|---|
Public MustInherit Class RasCommonDialog Inherits CommonDialog |
| Visual C++ |
|---|
public ref class RasCommonDialog abstract : public CommonDialog |
| F# |
|---|
[<AbstractClassAttribute>] type RasCommonDialog = class inherit CommonDialog end |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..CommonDialog
DotRas.Design..::..RasCommonDialog
DotRas..::..RasDialDialog
DotRas..::..RasEntryDialog
DotRas..::..RasPhoneBookDialog
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..CommonDialog
DotRas.Design..::..RasCommonDialog
DotRas..::..RasDialDialog
DotRas..::..RasEntryDialog
DotRas..::..RasPhoneBookDialog