C1RibbonToggleButton Constructor(String,String,String,String,String,TextImageRelation)
                In This Topic
            
            The constructor for the C1RibbonToggleButton.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As TextImageRelation _
)
             
        
            
            public C1RibbonToggleButton( 
   System.string ,
   System.string ,
   System.string ,
   System.string ,
   System.string ,
   TextImageRelation 
)
             
        
             
        
            Parameters
- name
- The name of the ribbon button.
- text
- The text of the ribbon button.
- tooltip
- The tooltip of the ribbon button.
- cssClass
- The css class of the ribbon button.
- iconClass
- The iconClass of the ribbon button.
- textImageRelation
- The textImageRelation of the ribbon button.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also