ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / TaskDialogButtonClickEventArgs Class / CustomButton Property

In This Topic
    CustomButton Property
    In This Topic
    Gets the custom button if the DialogResult is equal to 'Custom'.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CustomButton As C1CustomButton
    public C1CustomButton CustomButton {get;}
    See Also