CADability dotNET
A System.Windows.Forms.UserControl that is composed of a CondorCtrl and two scrollbars. It implements the scrolling on a CondorCtrl.

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

Syntax

C#
public class ScrollableCtrl : UserControl, 
	ICommandHandler
Visual Basic
Public Class ScrollableCtrl _
	Inherits UserControl _
	Implements ICommandHandler
Visual C++
public ref class ScrollableCtrl : public UserControl, 
	ICommandHandler

Inheritance Hierarchy

See Also