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






    CancelButton Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <SRDescriptionAttribute("FormCancelButtonDescr")>
    Public Property CancelButton As System.Windows.Forms.IButtonControl
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.IButtonControl
     
    instance.CancelButton = value
     
    value = instance.CancelButton
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also