ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 [IEvolution] How to Change ieMulti Color

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
JimmyF Posted - May 21 2013 : 20:19:27
As Subject
when i select on image from ieMulti, the image will be surround in an Purple Box, if i want to change the box color from Purple to Red, How to do it ?

I use C# 2010.

any one can advance me, thanks!!

5   L A T E S T    R E P L I E S    (Newest First)
JimmyF Posted - May 23 2013 : 21:33:03
Thanks w2m,
It's ok.



w2m Posted - May 23 2013 : 05:23:18
The correct method to change selection color in C# is SetSelectionColor. For example:
ieMulti1.SetSelectionColor(Color.Red);

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
JimmyF Posted - May 22 2013 : 23:22:15
Hi w2m

I have use C# 2010, In the ieMulti HiComponents.IEvolution.IEMUlti property
I can't find SelectionColor
it only have SelectionAntailiased and SelectionStyle.

so... any advance?

w2m Posted - May 22 2013 : 06:30:30
TImageEnMView.SelectionColor

Declaration

property SelectionColor: TColor;

Description

SelectionColor is the color of the selection.

ImageEnMView1->SelectionColor := clRed;

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
w2m Posted - May 22 2013 : 06:28:26
TImageEnMView.SelectionColor

Declaration

property SelectionColor: TColor;

Description

SelectionColor is the color of the selection.

ImageEnMView1->SelectionColor := clRed;

William Miller