ComponentOne Windows 7 Control Pack for WinForms
SizeToContent Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : SizeToContent Property
Gets or sets whether the width of the task dialog is determined by the width of its content area.
Syntax
<C1DescriptionAttribute("Indicates that the width of the task dialog is determined by the width of its content area.")>
<DefaultValueAttribute()>
Public Property SizeToContent As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.SizeToContent = value
 
value = instance.SizeToContent
[C1Description("Indicates that the width of the task dialog is determined by the width of its content area.")]
[DefaultValue()]
public bool SizeToContent {get; set;}
[C1Description("Indicates that the width of the task dialog is determined by the width of its content area.")]
[DefaultValue()]
public:
property bool SizeToContent {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members