Class ToggleButtonExtender
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[ClientScriptResource("Sys.Extended.UI.ToggleButtonBehavior", "ToggleButton")]
public class ToggleButtonExtender : ExtenderControlBase, IControlResolver
- Inheritance
-
ToggleButtonExtender
- Implements
-
- Inherited Members
-
Constructors
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
[ExtenderControlProperty]
[ClientPropertyName("checkedImageOverUrl")]
public string CheckedImageOverUrl { get; set; }
Property Value
- string
[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("checkedImageUrl")]
public string CheckedImageUrl { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("disabledCheckedImageUrl")]
public string DisabledCheckedImageUrl { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("disabledUncheckedImageUrl")]
public string DisabledUncheckedImageUrl { get; set; }
Property Value
- string
[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("imageHeight")]
public int ImageHeight { get; set; }
Property Value
- int
[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
[ExtenderControlProperty]
[ClientPropertyName("uncheckedImageOverUrl")]
public string UncheckedImageOverUrl { get; set; }
Property Value
- string
[ExtenderControlProperty]
[RequiredProperty]
[ClientPropertyName("uncheckedImageUrl")]
public string UncheckedImageUrl { get; set; }
Property Value
- string