WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / CommonButtons Property

In This Topic
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
 
See Also