Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
      
    Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| protected override void AddControlIDToAttribute( HtmlTextWriter writer, string browseid, string buttonName ) | 
| Visual Basic | 
|---|
| Protected Overrides Sub AddControlIDToAttribute ( _ writer As HtmlTextWriter, _ browseid As String, _ buttonName As String _ ) | 
| Visual C++ | 
|---|
| protected: virtual void AddControlIDToAttribute( HtmlTextWriter^ writer, String^ browseid, String^ buttonName ) override | 
Parameters
- writer
- Type: System.Web.UI..::..HtmlTextWriter
- browseid
- Type: System..::..String
- buttonName
- Type: System..::..String
 
     
     
     
     
    