CADability dotNET
Interface for Objects in the ControlCenter. The ControlCenter is unlimited in the number of controls it may contain in contrast to a Windows.Forms.Control which is limited. Objects implementing this interface act like Controls getting only those notifications provided in this interface. this interface enables the implementing object to react on mouse and paint messages like a Control does. PRELIMINARY! may be extended in future!

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

Syntax

C#
public interface IWindowlessControl
Visual Basic
Public Interface IWindowlessControl
Visual C++
public interface class IWindowlessControl

See Also