Shoutbox

Using Properties - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Using Properties (/showthread.php?tid=61297)

Using Properties by Sepulcrum on 06-25-2006 at 01:33 PM

How do I use a property

i.e.:

I have the Debug object, and I want to popup the Debugging Window (being it activated)
How do I use DebuggingWindowVisible?

Post a sample code or somehting please? :)

Thanks


RE: Using Properties by segosa on 06-25-2006 at 01:38 PM

Debug.DebuggingWindowVisible = false;


RE: Using Properties by Eljay on 06-25-2006 at 01:38 PM

getting:
var test = Debug.DebuggingWindowVisible;

setting:
Debug.DebuggingWindowVisible = true;