Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 23:04
mveOriginalGriff21-Dec-18 23:04 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 23:09
_Q12_21-Dec-18 23:09 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 23:14
mveOriginalGriff21-Dec-18 23:14 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 23:22
_Q12_21-Dec-18 23:22 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 23:23
mveOriginalGriff21-Dec-18 23:23 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 23:28
_Q12_21-Dec-18 23:28 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 23:28
_Q12_21-Dec-18 23:28 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 23:52
mveOriginalGriff21-Dec-18 23:52 
Right - you can't do that with controls at all; you have to use Paint and draw yyour rectancgles your self.
Which means that you have to do the "entry" and "exit" code yourself, by handling MouseMove in your Parent container, and manually checking which of your rectangles the mouse is currently in:you cannot use MouseEnter and MouseLeave on your own rectangles because - unless they are Controls and in which case transparent backgrounds don't work - only Controls can react to mouse events.

Remove UserControl, and go back to drawing them yourself - but you will have to work out where the mouse is yourself, the system will not help you!
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 4:37
_Q12_22-Dec-18 4:37 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff22-Dec-18 4:51
mveOriginalGriff22-Dec-18 4:51 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 5:43
_Q12_22-Dec-18 5:43 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 6:08
_Q12_22-Dec-18 6:08 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 6:16
_Q12_22-Dec-18 6:16 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff22-Dec-18 6:19
mveOriginalGriff22-Dec-18 6:19 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 6:41
_Q12_22-Dec-18 6:41 
Questionhow to hide a column in excel through C# Pin
Member 1204584621-Dec-18 0:39
Member 1204584621-Dec-18 0:39 
AnswerRe: how to hide a column in excel through C# Pin
jschell23-Dec-18 7:49
jschell23-Dec-18 7:49 
QuestionENUM value in method Pin
Member 1409081521-Dec-18 0:16
Member 1409081521-Dec-18 0:16 
AnswerRe: ENUM value in method Pin
OriginalGriff21-Dec-18 0:32
mveOriginalGriff21-Dec-18 0:32 
GeneralRe: ENUM value in method Pin
Member 1409081521-Dec-18 0:50
Member 1409081521-Dec-18 0:50 
GeneralRe: ENUM value in method Pin
OriginalGriff21-Dec-18 1:01
mveOriginalGriff21-Dec-18 1:01 
GeneralRe: ENUM value in method Pin
Richard Deeming21-Dec-18 1:13
mveRichard Deeming21-Dec-18 1:13 
QuestionKill execute function Pin
MatrixRatrix20-Dec-18 5:50
MatrixRatrix20-Dec-18 5:50 
AnswerRe: Kill execute function Pin
Richard Deeming20-Dec-18 6:01
mveRichard Deeming20-Dec-18 6:01 
GeneralRe: Kill execute function Pin
MatrixRatrix20-Dec-18 7:09
MatrixRatrix20-Dec-18 7:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.