DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / MachineIDLabel Field






In This Topic
    MachineIDLabel Field
    In This Topic
    The label holding the default text "Machine ID"
    Syntax
    'Declaration
     
    
    Public MachineIDLabel As System.Windows.Forms.Label
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.Label
     
    value = instance.MachineIDLabel
     
    instance.MachineIDLabel = value
    public System.Windows.Forms.Label MachineIDLabel
    public field MachineIDLabel: System.Windows.Forms.Label; 
    public var MachineIDLabel : System.Windows.Forms.Label;
    public: System.Windows.Forms.Label* MachineIDLabel
    public:
    System.Windows.Forms.Label^ MachineIDLabel
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also