ComponentOne Windows 7 Control Pack for WinForms
ExpandedByDefault Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : ExpandedByDefault Property
Indicates that the string specified by the ExpandedInformation property is visible when the dialog is initially displayed.
Syntax
<C1DescriptionAttribute("Indicates that the expanded information is visible when the dialog is initially displayed.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("Expanded")>
Public Property ExpandedByDefault As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.ExpandedByDefault = value
 
value = instance.ExpandedByDefault
[C1Description("Indicates that the expanded information is visible when the dialog is initially displayed.")]
[DefaultValue()]
[C1Category("Expanded")]
public bool ExpandedByDefault {get; set;}
[C1Description("Indicates that the expanded information is visible when the dialog is initially displayed.")]
[DefaultValue()]
[C1Category("Expanded")]
public:
property bool ExpandedByDefault {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members