ISpaceReservationAgent Interface

 

Handles the display of space reservation adornments.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public interface ISpaceReservationAgent

NameDescription
System_CAPS_pubpropertyHasFocus

Determines whether the adornment created by the space reservation agent has keyboard focus.

System_CAPS_pubpropertyIsMouseOver

Determines whether the mouse is over this agent or anything it contains.

NameDescription
System_CAPS_pubmethodHide()

Called whenever the content of the space reservation agent should be hidden.

System_CAPS_pubmethodPositionAndDisplay(Geometry)

Positions and displays the contents of the ISpaceReservationAgent.

NameDescription
System_CAPS_pubeventGotFocus

Occurs when the adornment created by the agent gets focus.

System_CAPS_pubeventLostFocus

Occurs when the adornment created by the agent loses focus.

Return to top
Show: