Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / IsUserInteractive Property

In This Topic
    IsUserInteractive Property (C1DocumentSource)
    In This Topic
    Gets a value indicating whether the current document source is running in a user-interactive environment. This property returns false when running in a service, web app and so on.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property IsUserInteractive As Boolean
    public static bool IsUserInteractive {get;}
    See Also