Content Property (C1TaskDialog)
In This Topic
Gets or sets the string to be used for the dialog's primary content.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1TaskDialog.Content", "String to be used for the dialog's primary content.")>
<EditorAttribute(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)>
<LocalizableAttribute(True)>
<C1CategoryAttribute("Captions")>
Public Property Content As String
[DefaultValue("")]
[C1Description("C1TaskDialog.Content", "String to be used for the dialog's primary content.")]
[Editor(C1.Win.C1Win7Pack.Design.MultilineStringEditor, System.Drawing.Design.UITypeEditor)]
[Localizable(true)]
[C1Category("Captions")]
public string Content {get; set;}
See Also