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

In This Topic
    AccessibleName Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAccessibility")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("ControlAccessibleNameDescr")>
    Public Property AccessibleName As System.String
    [SRCategory("CatAccessibility")]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlAccessibleNameDescr")]
    public System.string AccessibleName {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also