Gets an indication of whether the initial screen is disabled.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool IsInitialScreenDisabled { get; }
Visual Basic
Public ReadOnly Property IsInitialScreenDisabled As Boolean
	Get
Visual C++
public:
property bool IsInitialScreenDisabled {
	bool get ();
}

See Also