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

In This Topic
    ActiveControl Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ContainerControlActiveControlDescr")>
    Public Property ActiveControl As System.Windows.Forms.Control
    [SRCategory("CatBehavior")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ContainerControlActiveControlDescr")]
    public System.Windows.Forms.Control ActiveControl {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also