Base designer class for extending the design mode behavior of a Control which should receive scroll messages.
Public Class ScrollableControlDesigner _ Inherits ParentControlDesigner
public class ScrollableControlDesigner : ParentControlDesigner
public ref class ScrollableControlDesigner : public ParentControlDesigner
type ScrollableControlDesigner = class inherit ParentControlDesigner end
The ScrollableControlDesigner type exposes the following members.
ScrollableControlDesigner provides a base class for designers of controls that respond to scroll messages. In addition to the methods and functionality inherited from the ParentControlDesigner, ControlDesigner, and ComponentDesigner classes, ScrollableControlDesigner provides a WndProc method override that passes WM_HSCROLL and WM_VSCROLL messages to the control at design time.
If a form has its AutoScroll property set to active, the scroll bars are always active in the design-time environment.
You can associate a designer with a type using a DesignerAttribute. For an overview of customizing design time behavior, see Extending Design-Time Support.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2