|
Posted 9/28/2006 3:39:01 PM
|
|
|
|
What does the Tag option do on the Button Inspector. It seems to always be set to -1; but when you change the value, there is no physical change. Has anyone worked with this option before? Is it just an old relic from an older application?
IB
|
|
Posted 10/3/2006 11:24:48 AM
|
|
|
|
| This field allows you to enter a tag to identify the object with a number. Tags are often used as return values in modal panels to signify what the users has selected. For example, buttons on a Yes, No, Cancel dialog could have Tag values of 1, 0, -1 respectively. This could then be used by the calling component or business rule kevin
|
|
|
|