Create a new command button.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public WebControl CreateCommandButton( string commandName, string imageFile, string tooltip ) |
Visual Basic |
---|
Public Function CreateCommandButton ( _ commandName As String, _ imageFile As String, _ tooltip As String _ ) As WebControl |
Visual C++ |
---|
public: WebControl^ CreateCommandButton( String^ commandName, String^ imageFile, String^ tooltip ) |
Parameters
- commandName
- Type: System..::..String
- imageFile
- Type: System..::..String
- tooltip
- Type: System..::..String