PdfToolStrip.RemoveFunction

Overloads

RemoveFunction(Control)Removes a control from the attached PDFToolStripItem functionality.
RemoveFunction(ToolStripButton)Removes a toolStripbutton from the attached PDFToolStripItem functionality.

RemoveFunction(Control)

Removes a control from the attached PDFToolStripItem functionality.

public void RemoveFunction(Control control)
Sub RemoveFunction(control As Control)

Parameters

control
Control

Licensing Info

This method is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

RemoveFunction(ToolStripButton)

Removes a toolStripbutton from the attached PDFToolStripItem functionality.

public void RemoveFunction(ToolStripButton toolStripButton)
Sub RemoveFunction(toolStripButton As ToolStripButton)

Parameters

toolStripButton
ToolStripButton

Licensing Info

This method is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

See Also

PdfToolStrip
ceTe.DynamicPDF.Viewer

In this topic