次の方法で共有


ScrollableControlDesigner クラス

スクロール メッセージを受け取る Control のデザイン モードの動作を拡張する基本デザイナ クラス。

この型のすべてのメンバの一覧については、ScrollableControlDesigner メンバ を参照してください。

System.Object
   System.ComponentModel.Design.ComponentDesigner
      System.Windows.Forms.Design.ControlDesigner
         System.Windows.Forms.Design.ParentControlDesigner
            System.Windows.Forms.Design.ScrollableControlDesigner
               System.Windows.Forms.Design.DocumentDesigner

Public Class ScrollableControlDesigner
   Inherits ParentControlDesigner
[C#]
public class ScrollableControlDesigner : ParentControlDesigner
[C++]
public __gc class ScrollableControlDesigner : public
   ParentControlDesigner
[JScript]
public class ScrollableControlDesigner extends
   ParentControlDesigner

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

ScrollableControlDesigner は、スクロール メッセージに応答するコントロールのデザイナの基本クラスを提供します。 ScrollableControlDesigner は、 ParentControlDesigner クラス、 ControlDesigner クラス、および ComponentDesigner クラスから継承されたメソッドおよび機能の他に、デザイン時のコントロールに WM_HSCROLL メッセージおよび WM_VSCROLL メッセージを渡す WndProc メソッド オーバーライドを提供します。

メモ   フォームの AutoScroll プロパティがアクティブに設定されている場合、スクロール バーはデザイン時環境で常にアクティブです。

DesignerAttribute を使用してデザイナに型を関連付けることができます。デザイン時の動作のカスタマイズの概要については、「 デザイン時サポートの拡張 」を参照してください。

必要条件

名前空間: System.Windows.Forms.Design

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Design (System.Design.dll 内)

参照

ScrollableControlDesigner メンバ | System.Windows.Forms.Design 名前空間 | ParentControlDesigner | ControlDesigner | ComponentDesigner | IDesigner | IDesignerFilter | デザイン時サポートの拡張 | DesignerAttribute