Control : RadioStyleButton

Page Status: Beta
Jump to: navigation, search

Back to Controls

Contents

Description

The RadioStyleButton is a StyleButton that stays set after you click the control.

Use the RadioStyleButton either as a toggle button to set boolean properties (like the Bold, Italic, and Underline buttons in a word processor), or to provide a set of buttons from which to choose an option (like the Left Align, Center, Right Align, and Justify buttons in a word processor).

If the CheckboxBehavior property is set to True, then the button behaves like a toggle button (once clicked, the button stays depressed until clicked it again). If the property is set to False, then the button behaves like an image radio button (once clicked, the button stays depressed until another button tied to the same field is clicked).

How To

For a detailed example of how to use the control, see the tutorial...

Associated Data Types

Associated Interface Types

  • None

Required Adapter Types

  • None

Associated Properties

Common Properties Index

Specialized Properties

Unique Properties

  • None
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.