Mask Color for ImageManager |
Post Reply |
Author | |
stefanadelbert
Groupie Joined: 29 October 2008 Location: Australia Status: Offline Points: 31 |
Post Options
Thanks(0)
Posted: 19 November 2008 at 6:10pm |
At design time I'm adding icons from an Image List to an ImageManager using CommandBars.AddImageList. The icons in the Image List uses a mask color of megenta (255,0,255 or 0x00FF00FF or 16711935). I'm then setting the MaskColor using:
CommandBars.Icons.MackColor = 16711935 But this is not working and I'm still seeing a magenta background to the icon. Please let me know what I'm doing wrong. Thanks |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
AddImageList doesn't use MaskColor property. Have to work automatically.
I recomment add ImageManager control and add all icons to ImageManager instead IamgeList.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |