DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / CancelButton Property

In This Topic
    CancelButton Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <SRDescriptionAttribute("FormCancelButtonDescr")>
    Public Property CancelButton As System.Windows.Forms.IButtonControl
    [System.ComponentModel.DefaultValue("")]
    [SRDescription("FormCancelButtonDescr")]
    public System.Windows.Forms.IButtonControl CancelButton {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also