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






    CanSelect Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRCategoryAttribute("CatFocus")>
    <SRDescriptionAttribute("ControlCanSelectDescr")>
    Public ReadOnly Property CanSelect As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    value = instance.CanSelect
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also