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






    Created Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlCreatedDescr")>
    Public ReadOnly Property Created As System.Boolean
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    value = instance.Created
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also