CADability dotNET
This class is a simple System.Windows.Forms.Control derived class that implements the task to display a [!:ICondorView] implementing object (e.g. ModelView, LayoutView. You can use this class to display such a view on a System.Windows.Forms.Form. It does not contain scrollbars. If you need a control with scrollbars use the class [!:CondorScrollableCtrl]. Use the SingleDocumentFrame which already creates and connects different kind of views with one or more [!:CondorScrollableCtrl] objects.

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

Syntax

C#
public class SimpleControl : Control, 
	ICommandHandler, IInfoPopupEvents, IInfoProvider
Visual Basic
Public Class SimpleControl _
	Inherits Control _
	Implements ICommandHandler, IInfoPopupEvents, IInfoProvider
Visual C++
public ref class SimpleControl : public Control, 
	ICommandHandler, IInfoPopupEvents, IInfoProvider

Inheritance Hierarchy

See Also