Gets or sets the image displayed for the stick pin when it is unattached.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property StickPinUnattached As Bitmap |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AutoHidePanel
Dim value As Bitmap
instance.StickPinUnattached = value
value = instance.StickPinUnattached |
| C# | |
|---|
public Bitmap StickPinUnattached {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property Bitmap* get_StickPinUnattached();
public: __property void set_StickPinUnattached(
Bitmap* value
); |
Property Value
The
System.Drawing.Bitmap displayed for the stick pin when it is unattached.
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