Table of Contents

Class ToggleButtonExtender

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[ClientScriptResource("Sys.Extended.UI.ToggleButtonBehavior", "ToggleButton")]
public class ToggleButtonExtender : ExtenderControlBase, IControlResolver
Inheritance
ToggleButtonExtender
Implements
Inherited Members

Constructors

ToggleButtonExtender()

public ToggleButtonExtender()

Properties

CheckedImageAlternateText

[ExtenderControlProperty]
[ClientPropertyName("checkedImageAlternateText")]
public string CheckedImageAlternateText { get; set; }

Property Value

string

CheckedImageOverAlternateText

[ExtenderControlProperty]
[ClientPropertyName("checkedImageOverAlternateText")]
public string CheckedImageOverAlternateText { get; set; }

Property Value

string

CheckedImageOverUrl

[ExtenderControlProperty]
[ClientPropertyName("checkedImageOverUrl")]
public string CheckedImageOverUrl { get; set; }

Property Value

string

CheckedImageUrl

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("checkedImageUrl")]
public string CheckedImageUrl { get; set; }

Property Value

string

DisabledCheckedImageUrl

[ExtenderControlProperty]
[ClientPropertyName("disabledCheckedImageUrl")]
public string DisabledCheckedImageUrl { get; set; }

Property Value

string

DisabledUncheckedImageUrl

[ExtenderControlProperty]
[ClientPropertyName("disabledUncheckedImageUrl")]
public string DisabledUncheckedImageUrl { get; set; }

Property Value

string

ImageHeight

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("imageHeight")]
public int ImageHeight { get; set; }

Property Value

int

ImageWidth

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("imageWidth")]
public int ImageWidth { get; set; }

Property Value

int

UncheckedImageAlternateText

[ExtenderControlProperty]
[ClientPropertyName("uncheckedImageAlternateText")]
public string UncheckedImageAlternateText { get; set; }

Property Value

string

UncheckedImageOverAlternateText

[ExtenderControlProperty]
[ClientPropertyName("uncheckedImageOverAlternateText")]
public string UncheckedImageOverAlternateText { get; set; }

Property Value

string

UncheckedImageOverUrl

[ExtenderControlProperty]
[ClientPropertyName("uncheckedImageOverUrl")]
public string UncheckedImageOverUrl { get; set; }

Property Value

string

UncheckedImageUrl

[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("uncheckedImageUrl")]
public string UncheckedImageUrl { get; set; }

Property Value

string