LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
StickPinUnattached Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > AutoHidePanel Class : StickPinUnattached Property




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
);
C++/CLI 
public:
property Bitmap^ StickPinUnattached {
   Bitmap^ get();
   void set (    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