All the buttons in a form should have the same values for several properties as the Exit button has. How can a property class be created and used to implement this?
-
Click Create with the Property Classes node selected in the Object Navigator Open the Property Palette for the new property class Click Add Property Control-click the Exit button and in the Property Palette selected the properties to add Multiselect all the other buttons in the Object Navigator and open their Property Palette Click Property Class
-
Open the Property Palette for the Exit button and multiselect the desired properties Click Property Class Multiselect all the other buttons in the Object Navigator and open their Property Palette Set the Subclass Information property to the name of the new property class
-
Open the Property Palette for the Exit button and multiselect the desired properties Click Property Class Multiselect all other buttons in the Object Navigator and open their Property Palette Click Inherit
-
Open the Property Palette for the Exit button and multiselect the desired properties Click Copy Properties Select the Property Class node in the Object Navigator and click Create Open the Property Palette for the new Property Class Click Paste Properties Multiselect all the other buttons in the Object Navigator and open their Property Palette Set the Subclass Information property to the name of the new property class
The process involves creating a property class from the Exit button's properties, then applying it to other buttons via Subclass Information. Option A incorrectly adds properties FROM a button TO a class. Option C's 'Inherit' option doesn't exist - you must set Subclass Information. Option D's copy/paste approach is unnecessarily complex compared to the direct Property Class creation method.