IPopupIntellisensePresenter.SpaceReservationManagerName Property
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 the name of the space reservation manager that should be used to create popups for this presenter.
public:
property System::String ^ SpaceReservationManagerName { System::String ^ get(); };
public:
property Platform::String ^ SpaceReservationManagerName { Platform::String ^ get(); };
public string SpaceReservationManagerName { get; }
member this.SpaceReservationManagerName : string
Public ReadOnly Property SpaceReservationManagerName As String
Property Value
The name of the space reservation manager that should be used to create popups for this presenter.
Remarks
Space reservation managers can be ordered, thus ensuring predictable popup placement.