ControlPaint.DrawContainerGrabHandle(Graphics, Rectangle) メソッド

定義

コンテナー コントロールのグラブ ハンドル グリフを、指定したグラフィックスの表面の指定した範囲内に描画します。

public:
 static void DrawContainerGrabHandle(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle bounds);
public static void DrawContainerGrabHandle (System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
static member DrawContainerGrabHandle : System.Drawing.Graphics * System.Drawing.Rectangle -> unit
Public Shared Sub DrawContainerGrabHandle (graphics As Graphics, bounds As Rectangle)

パラメーター

graphics
Graphics

描画する Graphics

bounds
Rectangle

グラブ ハンドル グリフの大きさを表す Rectangle

注釈

グラブ ハンドルは、ユーザーがコンテナーを直接操作できることをユーザーに示すために、コンテナーによって使用されます。 操作は、サイズ変更や移動などのアクションで構成できます。

適用対象