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






    ForeColor Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <System.Runtime.InteropServices.DispIdAttribute(-513)>
    <SRDescriptionAttribute("ControlForeColorDescr")>
    Public Overridable Property ForeColor As System.Drawing.Color
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also