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