LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

StickPinUnattached Property







Gets or sets the image displayed for the stick pin when it is unattached.
Syntax
public Bitmap StickPinUnattached {get; set;}
'Declaration
 
Public Property StickPinUnattached As Bitmap
'Usage
 
Dim instance As AutoHidePanel
Dim value As Bitmap
 
instance.StickPinUnattached = value
 
value = instance.StickPinUnattached
public Bitmap StickPinUnattached {get; set;}
 get_StickPinUnattached();
set_StickPinUnattached(value);
public: __property Bitmap* get_StickPinUnattached();
public: __property void set_StickPinUnattached( 
   Bitmap* value
);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.