BCGControlBar Library for .NET
UseSDKDraw Property




Indicates a value whether SDKDrawImage2 function should be used to draw an image.
Syntax
'Declaration
 
Public Property UseSDKDraw As Boolean
'Usage
 
Dim instance As ImageListEx
Dim value As Boolean
 
instance.UseSDKDraw = value
 
value = instance.UseSDKDraw
public bool UseSDKDraw {get; set;}
public: __property bool get_UseSDKDraw();
public: __property void set_UseSDKDraw( 
   bool value
);
public:
property bool UseSDKDraw {
   bool get();
   void set (    bool 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