CADability dotNET
Initializes a new instance of the InfoPopup class

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public InfoPopup(
	Form Owner,
	Control parent
)
Visual Basic
Public Sub New ( _
	Owner As Form, _
	parent As Control _
)
Visual C++
public:
InfoPopup(
	Form^ Owner, 
	Control^ parent
)

See Also