BCGControlBar Library for .NET
GrayImages Method




A collection of images to make disabled.
Called by the framework on setting images for smart docking marker. This function makes the images from the specified collection disabled.
Syntax
'Declaration
 
Public Sub GrayImages( _
   ByRef imagesRegular As ArrayList _
) 
'Usage
 
Dim instance As SDManager
Dim imagesRegular As ArrayList
 
instance.GrayImages(imagesRegular)
public void GrayImages( 
   ref ArrayList imagesRegular
)
public: void GrayImages( 
   ref ArrayList* imagesRegular
) 
public:
void GrayImages( 
   ArrayList^% imagesRegular
) 

Parameters

imagesRegular
A collection of images to make disabled.
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

SDManager Class
SDManager Members

Send Feedback