RadToolBar for ASP.NET

RadToolbar Send comments on this topic.
RadToolbarToggleButton Class
See Also  Members  
Telerik.WebControls Namespace : RadToolbarToggleButton Class


Implements toggle button functionality

Object Model


 

Namespace: Telerik.WebControls
Assembly: RadToolbar (in RadToolbar.dll)

Syntax

Visual Basic (Declaration) 
Public Class RadToolbarToggleButton 
   Inherits RadToolbarButton
Visual Basic (Usage)Copy Code
Dim instance As RadToolbarToggleButton
C# 
public class RadToolbarToggleButton : RadToolbarButton 

Remarks

If you specify a button group through the ButtonGroup property, RadToolbar will make sure there is only one ToggleButton in the toggled state for that group.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Telerik.WebControls.RadToolbarItem
            Telerik.WebControls.RadToolbarButton
               Telerik.WebControls.RadToolbarToggleButton

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadToolbar (in RadToolbar.dll)

See Also