Freigeben über


ControlPaint.DrawContainerGrabHandle-Methode

Zeichnet ein Ziehpunktsymbol eines Containersteuerelements auf der angegebenen Grafikoberfläche und innerhalb der angegebenen Begrenzungen.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)

Syntax

'Declaration
Public Shared Sub DrawContainerGrabHandle ( _
    graphics As Graphics, _
    bounds As Rectangle _
)
'Usage
Dim graphics As Graphics
Dim bounds As Rectangle

ControlPaint.DrawContainerGrabHandle(graphics, bounds)
public static void DrawContainerGrabHandle (
    Graphics graphics,
    Rectangle bounds
)
public:
static void DrawContainerGrabHandle (
    Graphics^ graphics, 
    Rectangle bounds
)
public static void DrawContainerGrabHandle (
    Graphics graphics, 
    Rectangle bounds
)
public static function DrawContainerGrabHandle (
    graphics : Graphics, 
    bounds : Rectangle
)

Parameter

  • graphics
    Die Instanz von Graphics, in der gezeichnet werden soll.
  • bounds
    Das Rectangle, das die Abmessungen des Ziehpunktsymbols darstellt.

Hinweise

Ziehpunkte werden von Containern verwendet, um dem Benutzer anzuzeigen, dass die Container direkt verändert werden können. Die Bearbeitung kann Aktionen wie Verändern der Größe und Verschieben umfassen.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ControlPaint-Klasse
ControlPaint-Member
System.Windows.Forms-Namespace