ComponentOne Windows 7 Control Pack for WinForms
MainCustomIcon Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : MainCustomIcon Property
Gets or sets the custom Icon to be displayed in the task dialog.
Syntax
<LocalizableAttribute(True)>
<C1CategoryAttribute("Icons")>
<C1DescriptionAttribute("Specifies the custom Icon to be displayed in the task dialog.")>
Public Property MainCustomIcon As Icon
Dim instance As C1TaskDialog
Dim value As Icon
 
instance.MainCustomIcon = value
 
value = instance.MainCustomIcon
[Localizable(true)]
[C1Category("Icons")]
[C1Description("Specifies the custom Icon to be displayed in the task dialog.")]
public Icon MainCustomIcon {get; set;}
[Localizable(true)]
[C1Category("Icons")]
[C1Description("Specifies the custom Icon to be displayed in the task dialog.")]
public:
property Icon^ MainCustomIcon {
   Icon^ get();
   void set (    Icon^ value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members