Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for ToggleButton.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Jul 21, 2009 (11 months ago)

    In this tutorial Alex Knight will show you how to create a simple toggle button that has an on and off state using the "Make in to a control" feature in Expression Blend 3, the Visual State Manager, and some Animation Easing.

    First we need to create the design of the control. You can use Expression Design or Blend for this or import your design from Photoshop. For this tutorial I will only use Expression Blend.



  • 9 comments  /  posted by  Nikolay Raychev  on  Jun 03, 2008 (more than a year ago)

    Introduction

    The ToggleButton is a Silverlight control which allows the user to change its state. It is the base class for CheckBox and RadioButton controls but it can also be used as a standalone control.

    See also:
    Button Controls Article
    Button Article
    HyperlinkButton Article
    RepeatButton Article

    Overview

    To demonstrate the use of the ToggleButton I’ll give an example:

    XAML:

  • 6 comments  /  posted by  Nikolay Raychev  on  May 11, 2008 (more than a year ago)

    Introduction

    Button controls are Silverlight controls which in the common scenario respond in some way to the user who is clicking on them. There are a lot of button controls: Button, HyperlinkButton, RepeatButton, ToggleButton, CheckBox, RadioButton.

    See also:
    Button Article
    HyperlinkButton Article
    ToggleButton Article
    RepeatButton Article

    Overview

    Four button controls derive from the base ButtonBase class: Button, HyperlinkButton, RepeatButton, and ToggleButton. The ToggleButton is a base class for the CheckBox and RadioButton controls but it can also be used as a standalone control. There are two descendants of the Button class named CalendarButton and CalendarDayButton.

    The most important member of the ButtonBase class is the Click event. It occurs when a user clicks on the button control. For example:

    XAML:


Help us make SilverlightShow even better. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)