Freigeben über


PropertyTab.Bitmap-Eigenschaft

Ruft die Bitmap ab, die für das PropertyTab angezeigt wird.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Bitmap As Bitmap
'Usage
Dim instance As PropertyTab
Dim value As Bitmap

value = instance.Bitmap
public virtual Bitmap Bitmap { get; }
public:
virtual property Bitmap^ Bitmap {
    Bitmap^ get ();
}
/** @property */
public Bitmap get_Bitmap ()
public function get Bitmap () : Bitmap

Eigenschaftenwert

Die für das PropertyTab anzuzeigende Bitmap.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, 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

PropertyTab-Klasse
PropertyTab-Member
System.Windows.Forms.Design-Namespace