FooterCommonIcon Property
In This Topic
Gets or sets the predefined icon to be displayed in the footer of the task dialog.
Syntax
'Declaration
<C1DescriptionAttribute("C1TaskDialog.FooterCommonIcon", "Specifies the predefined icon to be displayed in the footer of the task dialog.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Icons")>
Public Property FooterCommonIcon As TaskDialogCommonIcon
[C1Description("C1TaskDialog.FooterCommonIcon", "Specifies the predefined icon to be displayed in the footer of the task dialog.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Icons")]
public TaskDialogCommonIcon FooterCommonIcon {get; set;}
See Also