TaskDialogButtonBase Constructor (String, String)

Vista Bridge Library

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

Creates a new instance on a task dialog button with the specified name and text.

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

Syntax

C#
protected TaskDialogButtonBase(
	string name,
	string text
)
Visual Basic (Declaration)
Protected Sub New ( _
	name As String, _
	text As String _
)
Visual C++
protected:
TaskDialogButtonBase(
	String^ name, 
	String^ text
)

Parameters

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

See Also