Version

RestoreDialogButton Constructor

Constructor for RestoreDialogButton
Syntax
'Declaration
 
Public Function New( _
   ByVal runbot As RunBot, _
   ByVal mkrName As String, _
   ByVal defaultAltText As String, _
   ByVal defaultRestoreAltText As String _
)
public RestoreDialogButton( 
   RunBot runbot,
   string mkrName,
   string defaultAltText,
   string defaultRestoreAltText
)

Parameters

runbot
Reference to RunBot used by this class
mkrName
Value of mkr attribute
defaultAltText
Default value of mrk attribute
defaultRestoreAltText
Default value of alt
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