ComponentOne Windows 7 Control Pack for WinForms
CustomButtons Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : CustomButtons Property
Gets the collection of custom buttons displayed in the task dialog.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<C1DescriptionAttribute("Collection of custom buttons displayed in the task dialog.")>
<C1CategoryAttribute("Buttons")>
Public ReadOnly Property CustomButtons As CustomButtonCollection
Dim instance As C1TaskDialog
Dim value As CustomButtonCollection
 
value = instance.CustomButtons
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Description("Collection of custom buttons displayed in the task dialog.")]
[C1Category("Buttons")]
public CustomButtonCollection CustomButtons {get;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Description("Collection of custom buttons displayed in the task dialog.")]
[C1Category("Buttons")]
public:
property CustomButtonCollection^ CustomButtons {
   CustomButtonCollection^ get();
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members