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




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