Derar Novice
Joined: 09 Sep 2006 Posts: 44
|
Posted: Mon Sep 18, 2006 3:59 pm
Button COM Object Method? |
Having read through the few pages on here about available COM methods, functions, and properties, I was hoping to have found an easy way to update button properties (such as size, position, etc.) without having to delete and recreate the button.
Despite listing all the available Button Object Properties, however... I don't see any mention whatsoever of the method to specify which button object I want to change.
Example:
Code: |
#Var Trig %session.TriggerNum(0)
#Var Trig.Current.CaseSens 0 |
That's off the website, sets the first Trigger's case sensitive property to false.
Here's what I need:
Code: |
#Var Btn %session._________________
#Var Btn.Current.Height 20 |
Any help in filling in that blank would be greatly appreciated. (I also question the need of the ".Current" in the second line, but that will be fairly easy to figure out afterwards).
Cheers,
D |
|