VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain Namespace / DeviceManager Class / ParentFormInvoker Property
Синтаксис Exceptions Ремарки Требования Смотрите также
В этом разделе
    ParentFormInvoker Свойство (DeviceManager)
    В этом разделе
    Gets the parent form invoker of TWAIN device manager.
    Синтаксис
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <BrowsableAttribute(False)>
    Public ReadOnly Property ParentFormInvoker As System.ComponentModel.ISynchronizeInvoke
    
    
    [ReadOnly(True)]
    [Browsable(False)]
    public System.ComponentModel.ISynchronizeInvoke ParentFormInvoker { get; }
    
    
    [ReadOnly(True)]
    [Browsable(False)]
    public: __property System.ComponentModel.ISynchronizeInvoke* get_ParentFormInvoker();
    
    
    
    [ReadOnly(True)]
    [Browsable(False)]
    public:
    property System.ComponentModel.ISynchronizeInvoke^ ParentFormInvoker { System.ComponentModel.ISynchronizeInvoke^ get(); }
    Исключения
    ИсключениеОписание
    Thrown if TWAIN device manager is disposed.
    Ремарки

    Value of this property can be set in the constructor of this class.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также