BCGControlBar Library for .NET
HBitmap Property




Syntax
'Declaration
 
Public Property HBitmap As IntPtr
'Usage
 
Dim instance As ImageListEx
Dim value As IntPtr
 
instance.HBitmap = value
 
value = instance.HBitmap
public IntPtr HBitmap {get; set;}
public: __property IntPtr get_HBitmap();
public: __property void set_HBitmap( 
   IntPtr value
);
public:
property IntPtr HBitmap {
   IntPtr get();
   void set (    IntPtr value);
}
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

ImageListEx Class
ImageListEx Members

Send Feedback