London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ToggleButtonExtender

Inheritance
System.Object
ToggleButtonExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.ToggleButtonBehavior", "AjaxControlToolkit.ToggleButton.ToggleButton.js")]
public class ToggleButtonExtender : ExtenderControlBase, IControlResolver

Constructors

ToggleButtonExtender()

Declaration
public ToggleButtonExtender()

Properties

CheckedImageAlternateText

Declaration
[ExtenderControlProperty]
public string CheckedImageAlternateText { get; set; }
Property Value
Type Description
System.String

CheckedImageOverAlternateText

Declaration
[ExtenderControlProperty]
public string CheckedImageOverAlternateText { get; set; }
Property Value
Type Description
System.String

CheckedImageOverUrl

Declaration
[ExtenderControlProperty]
public string CheckedImageOverUrl { get; set; }
Property Value
Type Description
System.String

CheckedImageUrl

Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string CheckedImageUrl { get; set; }
Property Value
Type Description
System.String

DisabledCheckedImageUrl

Declaration
[ExtenderControlProperty]
public string DisabledCheckedImageUrl { get; set; }
Property Value
Type Description
System.String

DisabledUncheckedImageUrl

Declaration
[ExtenderControlProperty]
public string DisabledUncheckedImageUrl { get; set; }
Property Value
Type Description
System.String

ImageHeight

Declaration
[ExtenderControlProperty]
[RequiredProperty]
public int ImageHeight { get; set; }
Property Value
Type Description
System.Int32

ImageWidth

Declaration
[ExtenderControlProperty]
[RequiredProperty]
public int ImageWidth { get; set; }
Property Value
Type Description
System.Int32

UncheckedImageAlternateText

Declaration
[ExtenderControlProperty]
public string UncheckedImageAlternateText { get; set; }
Property Value
Type Description
System.String

UncheckedImageOverAlternateText

Declaration
[ExtenderControlProperty]
public string UncheckedImageOverAlternateText { get; set; }
Property Value
Type Description
System.String

UncheckedImageOverUrl

Declaration
[ExtenderControlProperty]
public string UncheckedImageOverUrl { get; set; }
Property Value
Type Description
System.String

UncheckedImageUrl

Declaration
[RequiredProperty]
[ExtenderControlProperty]
public string UncheckedImageUrl { get; set; }
Property Value
Type Description
System.String

Implements