Version

CreateRunBot Method (WebImageViewer)

A virtual method called by the framework base when the RunBot is required for the control. Derived classes may override this method in order to provide extra functionality to the RunBot. Many of the methods within the RunBot class may also be overridable in order to add additional logic to the control.
Syntax
'Declaration
 
Protected Overrides Function CreateRunBot() As RunBot
protected override RunBot CreateRunBot()

Return Value

Returns a new ImageViewerBot. object
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also