ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / UseCommandLinks Property

In This Topic
    UseCommandLinks Property (C1TaskDialog)
    In This Topic
    Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Buttons")>
    <C1DescriptionAttribute("C1TaskDialog.UseCommandLinks", "Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.")>
    <DefaultValueAttribute(True)>
    Public Property UseCommandLinks As Boolean
    [C1Category("Buttons")]
    [C1Description("C1TaskDialog.UseCommandLinks", "Indicates that the buttons specified in the CustomButtons collection should be displayed as command links.")]
    [DefaultValue(true)]
    public bool UseCommandLinks {get; set;}
    See Also