CommonButtons Property (C1TaskDialog)
In This Topic
Gets or sets the common push buttons displayed in the task dialog.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Buttons")>
<C1DescriptionAttribute("C1TaskDialog.CommonButtons", "Specifies the common push buttons displayed in the task dialog.")>
<EditorAttribute(C1.Win.C1Win7Pack.Design.FlagsUITypeEditor, System.Drawing.Design.UITypeEditor)>
Public Property CommonButtons As TaskDialogCommonButtons
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Buttons")]
[C1Description("C1TaskDialog.CommonButtons", "Specifies the common push buttons displayed in the task dialog.")]
[Editor(C1.Win.C1Win7Pack.Design.FlagsUITypeEditor, System.Drawing.Design.UITypeEditor)]
public TaskDialogCommonButtons CommonButtons {get; set;}
See Also