To the button states on a Px page, you use these properties to bind what opens to each graphic widget.

To view these properties, expand , expand your video network, double-click your Px graphics folder, double-click the MouseDownButton glyph and click binding at the bottom of the view.
| Property | Value | Description |
|---|---|---|
| Ord | ORD list | Defines the location of the actions to bind to the mouse down and mouse release values. |
| Degrade Behavior | drop-down list (defaults to None)
|
Specifies how the interface displays invalid options. For example, if a user does not have permission to invoke a specific
action, a button bound to that action can be grayed out or hidden entirely.
|
| On Mouse Down | slot | Specifies the action to be taken when you hold the mouse button down. If an appropriate Ord property value is set, you can choose Slot and Value settings from the On Mouse Down window that opens when you click in the property from the Px Editor view.
|
| On Mouse Release | slot | Specifies the action to be taken when the mouse button is released. If an appropriate Ord property value is set, you can choose Slot and Value settings from the On Mouse Release window that opens when you click in the property from the Px Editor view.
|