Specifies the button name. It is suggested to provide an unique name.
Specifies the text that will be used as title. Can be an empty string.
An HtmlControl object that represents the button icon.
A string representing the the JavaScript code to execute on the button click.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / AddCustomToolbarButton Method

AddCustomToolbarButton Method (DocuVieware)

In This Topic
Adds a custom button to the main toolbar.
Syntax
'Declaration
 
Public Sub AddCustomToolbarButton( _
   ByVal Name As String, _
   ByVal Title As String, _
   ByVal Icon As HtmlControl, _
   ByVal OnClick As String _
) 
public void AddCustomToolbarButton( 
   string Name,
   string Title,
   HtmlControl Icon,
   string OnClick
)

Parameters

Name
Specifies the button name. It is suggested to provide an unique name.
Title
Specifies the text that will be used as title. Can be an empty string.
Icon
An HtmlControl object that represents the button icon.
OnClick
A string representing the the JavaScript code to execute on the button click.
See Also