TaskDialogCommandLink Constructor (String, String, String)

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Creates a new instance of this class with the specified name,label, and instruction.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public TaskDialogCommandLink(
	string name,
	string text,
	string instruction
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	text As String, _
	instruction As String _
)
Visual C++
public:
TaskDialogCommandLink(
	String^ name, 
	String^ text, 
	String^ instruction
)

Parameters

name
Type: System..::.String
The name for this button.
text
Type: System..::.String
The label for this button.
instruction
Type: System..::.String
The instruction for this command link.

See Also