Gets or sets the image displayed for the stick pin when it is attached.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StickPinAttached As Bitmap |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AutoHidePanel
Dim value As Bitmap
instance.StickPinAttached = value
value = instance.StickPinAttached |
C# | |
---|
public Bitmap StickPinAttached {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Bitmap* get_StickPinAttached();
public: __property void set_StickPinAttached(
Bitmap* value
); |
Property Value
The
System.Drawing.Bitmap displayed for the stick pin when it is attached.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also