ComponentOne Windows 7 Control Pack for WinForms
CommonButtons Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CommonButtons Property
Gets or sets the common push buttons displayed in the task dialog.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("Buttons")>
<C1DescriptionAttribute("Specifies the common push buttons displayed in the task dialog.")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.FlagsUITypeEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")>
Public Property CommonButtons As TaskDialogCommonButtons
Dim instance As C1TaskDialog
Dim value As TaskDialogCommonButtons
 
instance.CommonButtons = value
 
value = instance.CommonButtons
[DefaultValue()]
[C1Category("Buttons")]
[C1Description("Specifies the common push buttons displayed in the task dialog.")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.FlagsUITypeEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
public TaskDialogCommonButtons CommonButtons {get; set;}
[DefaultValue()]
[C1Category("Buttons")]
[C1Description("Specifies the common push buttons displayed in the task dialog.")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Win7Pack.Design.FlagsUITypeEditor, C1.Win.C1Win7Pack.4.Design, Version=4.0.20163.212")]
public:
property TaskDialogCommonButtons CommonButtons {
   TaskDialogCommonButtons get();
   void set (    TaskDialogCommonButtons value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members