ComponentOne Windows 7 Control Pack for WinForms
FooterCommonIcon Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : FooterCommonIcon Property
Gets or sets the predefined icon to be displayed in the footer of the task dialog.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("Icons")>
<C1DescriptionAttribute("Specifies the predefined icon to be displayed in the footer of the task dialog.")>
Public Property FooterCommonIcon As TaskDialogCommonIcon
Dim instance As C1TaskDialog
Dim value As TaskDialogCommonIcon
 
instance.FooterCommonIcon = value
 
value = instance.FooterCommonIcon
[DefaultValue()]
[C1Category("Icons")]
[C1Description("Specifies the predefined icon to be displayed in the footer of the task dialog.")]
public TaskDialogCommonIcon FooterCommonIcon {get; set;}
[DefaultValue()]
[C1Category("Icons")]
[C1Description("Specifies the predefined icon to be displayed in the footer of the task dialog.")]
public:
property TaskDialogCommonIcon FooterCommonIcon {
   TaskDialogCommonIcon get();
   void set (    TaskDialogCommonIcon value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members