ISpaceReservationManager Interface
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.
Manages space reservation adornments.
public interface class ISpaceReservationManager
public interface class ISpaceReservationManager
__interface ISpaceReservationManager
public interface ISpaceReservationManager
type ISpaceReservationManager = interface
Public Interface ISpaceReservationManager
Properties
Agents |
Gets the list of agents managed by this manager. |
HasAggregateFocus |
Determines whether the adornment created by the space reservation agent has keyboard focus. |
IsMouseOver |
Determines whether the mouse is over an agent managed by this manager. |
Methods
AddAgent(ISpaceReservationAgent) |
Adds |
CreatePopupAgent(ITrackingSpan, PopupStyles, UIElement) |
Creates a default implementation of an ISpaceReservationAgent that displays |
RemoveAgent(ISpaceReservationAgent) |
Removes |
UpdatePopupAgent(ISpaceReservationAgent, ITrackingSpan, PopupStyles) |
Updates |
Events
AgentChanged |
Occurs when the agent is changed. |
GotAggregateFocus |
Occurs when any of the managed adornments gets keyboard focus. |
LostAggregateFocus |
Occurs when keyboard focus is lost by any of the managed adornments. |