ControlPaint.DrawContainerGrabHandle メソッド
コンテナ コントロールのグラブ ハンドル グリフを、指定したグラフィックスの表面の指定した範囲内に描画します。
Public Shared Sub DrawContainerGrabHandle( _
ByVal graphics As Graphics, _ ByVal bounds As Rectangle _)
[C#]
public static void DrawContainerGrabHandle(Graphicsgraphics,Rectanglebounds);
[C++]
public: static void DrawContainerGrabHandle(Graphics* graphics,Rectanglebounds);
[JScript]
public static function DrawContainerGrabHandle(
graphics : Graphics,bounds : Rectangle);
パラメータ
解説
グラブ ハンドルはコンテナで使用し、ユーザーにコンテナを直接操作できることを示します。この操作はサイズ変更や移動などのアクションで構成されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ControlPaint クラス | ControlPaint メンバ | System.Windows.Forms 名前空間