BCGControlBar Library for .NET
SetImages Method




An ArrayList object which contains the regular images for smart docking markers.
An ArrayList object which contains the  images which should be shown on  the highlighted smart docking marker.
An  ArrayList object which contains the  images which should be shown on  the disabled smart docking marker, if the value of parameter "grayDisabled" is false.
If true the collection of disabled images will be get as "gray images" from regular image collection.
The transparency key which used on setting the transparency for disabled images.
Sets collections of images for smart docking markers.
Syntax
'Declaration
 
Public Sub SetImages( _
   ByVal imagesRegular As ArrayList, _
   ByVal imagesHighlighted As ArrayList, _
   ByVal imagesDisabled As ArrayList, _
   ByVal grayDisabled As Boolean, _
   ByVal transparencyKey As Color _
) 
'Usage
 
Dim instance As SDManager
Dim imagesRegular As ArrayList
Dim imagesHighlighted As ArrayList
Dim imagesDisabled As ArrayList
Dim grayDisabled As Boolean
Dim transparencyKey As Color
 
instance.SetImages(imagesRegular, imagesHighlighted, imagesDisabled, grayDisabled, transparencyKey)

Parameters

imagesRegular
An ArrayList object which contains the regular images for smart docking markers.
imagesHighlighted
An ArrayList object which contains the  images which should be shown on  the highlighted smart docking marker.
imagesDisabled
An  ArrayList object which contains the  images which should be shown on  the disabled smart docking marker, if the value of parameter "grayDisabled" is false.
grayDisabled
If true the collection of disabled images will be get as "gray images" from regular image collection.
transparencyKey
The transparency key which used on setting the transparency for disabled images.
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