PeekSessionCreationOptions Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubpropertyAllowUserResize

Indicates whether the top and bottom resizers on the Peek control should be enabled.

System_CAPS_pubpropertyDefaultHeight

The default height, in pixels, for the Peek control. This height will be overridden by presentations which implement IDesiredHeightProvider. If this is null, then the Peek control will attempt to guess an ideal height as a percentage of the view instead of an absolute pixel height.

System_CAPS_pubpropertyRelationshipName

The name of the requested relationship to be explored by a Peek session.

System_CAPS_pubpropertyResizeListener

If set, this contains an object that will be notified when the user resizes the Peek control.

System_CAPS_pubpropertyShouldFocusOnLoad

Indicates whether or not the Peek control should get the user's focus when it is first loaded.

System_CAPS_pubpropertyTextView

The ITextView over which to create a Peek session.

System_CAPS_pubpropertyTriggerPoint

The point in the text buffer at which a Peek session is requested.

Return to top
Show: