Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ForceSmall attribute can be used to ensure that a button will always use the small button layout even if there is room for a large button layout. Useful when you want to demphasize a button or have a little more control over layout. Set this to "true" to activate. (Only available in 4.0.1 or later.)

Remarks

The Button element defines a button control. In order to set the button's caption, icon, and other attributes, you must associate it with a command. You can do this using either the Command attribute as explained above or by including a child <Command> element.

...