Click or drag to resize

TaskDialogContent Property

Gets or sets the dialog's primary content.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Content { get; set; }

Property Value

Type: String
The dialog's primary content. The default is an empty string ("").
See Also