How to know current environment is under the design environment or running environment?
-
I want to override the panel,under the design environment draw some piecec of lines on the panel, but under the running environment the no need to draw the lines or no need to display the lines, how to do it ? Thank in advence!
-
I want to override the panel,under the design environment draw some piecec of lines on the panel, but under the running environment the no need to draw the lines or no need to display the lines, how to do it ? Thank in advence!
Maybe Control.DesignMode is what you want. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in
-
Maybe Control.DesignMode is what you want. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in
Luc Pattyn, Thank for your help. And could you help me below issue because I'm a beginner of C#? I want to override the panel,under the design environment draw some piecec of lines on the panel, but under the running environment the no need to draw the lines or no need to display the lines, how to do it ?
-
Luc Pattyn, Thank for your help. And could you help me below issue because I'm a beginner of C#? I want to override the panel,under the design environment draw some piecec of lines on the panel, but under the running environment the no need to draw the lines or no need to display the lines, how to do it ?
Maybe Control.DesignMode is what you want. Read up on it. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in