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






    AccessibleName Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAccessibility")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("ControlAccessibleNameDescr")>
    Public Property AccessibleName As System.String
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.String
     
    instance.AccessibleName = value
     
    value = instance.AccessibleName
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also