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

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also