CreateToolbarButton Method
                In This Topic
            
            Creates the toolbar button. Note, css class is used to identify toolbar button. There are number of reserved css classes: "print", "firstpage", "nextpage", "lastpage", "zoomout", "zoomin", "continuousview"
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function CreateToolbarButton( _
   ByVal  As System.String, _
   ByVal  As System.String _
) As System.Web.UI.HtmlControls.HtmlGenericControl
             
        
            
            public static System.Web.UI.HtmlControls.HtmlGenericControl CreateToolbarButton( 
   System.string ,
   System.string 
)
             
        
             
        
            Parameters
- className
- Name of the css class that will be added to the button.
- text
- The title text.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also