PrintWorkflowUILauncher.IsUILaunchEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the ability to show the UI is enabled.
public:
virtual bool IsUILaunchEnabled() = IsUILaunchEnabled;
bool IsUILaunchEnabled();
public bool IsUILaunchEnabled();
function isUILaunchEnabled()
Public Function IsUILaunchEnabled () As Boolean
Returns
Boolean
bool
True if the ability to show the UI is enabled; otherwise, false.
Remarks
This method will return false if the target stream is already requested or if the session is in silent mode.