In This Article

IIntelliPromptManager Interface

Provides the base requirements for an object that represents a manager of IntelliPrompt user interface functionality.

public interface IIntelliPromptManager

Properties

Sessions

Gets the read-only collection of open sessions.

IIntelliPromptSessionCollection Sessions { get; }

Property Value

IIntelliPromptSessionCollection:

The read-only collection of open sessions.

Methods

CloseAllSessions()

Closes all open sessions.

void CloseAllSessions()

CloseSessions(IIntelliPromptSessionType)

Closes any open session of the specified IIntelliPromptSessionType.

void CloseSessions(IIntelliPromptSessionType sessionType)
Parameter Type Description
sessionType IIntelliPromptSessionType

The IIntelliPromptSessionType for which to search.

RepositionAll()

Notifies all sessions to reposition their user interface.

void RepositionAll()