DekGenius.com
[ Team LiB ] Previous Section Next Section

ScrollableControlDesignerdisposable

System.Windows.Forms.Design (system.design.dll)class

This designer extends ParentControlDesigner to provide support for scrollable Control objects.

public class ScrollableControlDesigner : ParentControlDesigner {
// Public Constructors
   public ScrollableControlDesigner();
// Protected Instance Methods
  // overrides ControlDesigner
  // overrides ParentControlDesigner
}

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesign, System.IDisposable, System.ComponentModel.Design.IDesignerFilter) ControlDesigner ParentControlDesigner(ISelectionUIHandl, IOleDragClient) ScrollableControlDesigner

Subclasses

DocumentDesigner

    [ Team LiB ] Previous Section Next Section