VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WinTwain Namespace / DeviceManager Class / ParentFormInvoker Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    ParentFormInvoker Property (DeviceManager)
    In This Topic
    Gets the parent form invoker of TWAIN device manager.
    Syntax
    '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(); }
    Exceptions
    ExceptionDescription
    Thrown if TWAIN device manager is disposed.
    Remarks

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

    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also