ASP.NET AJAX Control Toolkit Demos v20.1.0.0

ToggleButton Sample
Ajax Control Toolkit
ToggleButton Demonstration





[No response provided yet]
ToggleButton Description
ToggleButton is an ASP.NET AJAX extender that can be attached to an ASP.NET CheckBox control. ToggleButton enables the use of custom images to show the state of the CheckBox. The behavior of the CheckBox is unaffected.
ToggleButton Properties
Properties
  • CheckedImageAlternateText - The alt text to show when the toggle button is in the checked state
  • CheckedImageOverAlternateText - The alt text to show when the toggle button is in the checked state and the mouse is over the button
  • CheckedImageOverUrl - The URL of an image to show when the toggle button is in the checked state and the mouse is over the button
  • CheckedImageUrl - The URL of an image to show when the toggle button is in the checked state
  • DisabledCheckedImageUrl - The URL of an image to show when the toggle button is disabled and in the checked state
  • DisabledUncheckedImageUrl - The URL of an image to show when the toggle button is disabled and in the unchecked state
  • ImageHeight - The height of an image
  • ImageWidth - The width of an image
  • UncheckedImageAlternateText - The alt text to show when the toggle button is in the unchecked state
  • UncheckedImageOverAlternateText - The alt text to show when the toggle button is in the unchecked state and the mouse is over the button
  • UncheckedImageOverUrl - The URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button
  • UncheckedImageUrl - The URL of an image to show when the toggle button is in the unchecked state
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.