ComponentOne Windows 7 Control Pack for WinForms
Content Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : Content Property
Gets or sets the string to be used for the dialog's primary content.
Syntax
<C1DescriptionAttribute("String to be used for the dialog's primary content.")>
<LocalizableAttribute(True)>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.MultilineStringEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")>
<C1CategoryAttribute("Captions")>
Public Property Content As String
Dim instance As C1TaskDialog
Dim value As String
 
instance.Content = value
 
value = instance.Content
[C1Description("String to be used for the dialog's primary content.")]
[Localizable(true)]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.MultilineStringEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[C1Category("Captions")]
public string Content {get; set;}
[C1Description("String to be used for the dialog's primary content.")]
[Localizable(true)]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.MultilineStringEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
[C1Category("Captions")]
public:
property String^ Content {
   String^ get();
   void set (    String^ value);
}
Remarks
If the EnableHyperlinks property contains True, then this string may contain hyperlinks in the form: <A HREF="url">Hyperlink Text</A>.
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members