ISpaceReservationAgent 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.
Handles the display of space reservation adornments.
public interface class ISpaceReservationAgent
public interface class ISpaceReservationAgent
__interface ISpaceReservationAgent
public interface ISpaceReservationAgent
type ISpaceReservationAgent = interface
Public Interface ISpaceReservationAgent
Properties
HasFocus |
Determines whether the adornment created by the space reservation agent has keyboard focus. |
IsMouseOver |
Determines whether the mouse is over this agent or anything it contains. |
Methods
Hide() |
Called whenever the content of the space reservation agent should be hidden. |
PositionAndDisplay(Geometry) |
Positions and displays the contents of the the ISpaceReservationAgent. |
Events
GotFocus |
Occurs when the adornment created by the ISpaceReservationAgent gets focus. |
LostFocus |
Occurs when the adornment created by the ISpaceReservationAgent loses focus. |