PeekSessionCreationOptions Class

Visual Studio 2015
 

Represents a set of parameters that control IPeekSessioncreation.

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

System.Object
  Microsoft.VisualStudio.Language.Intellisense.PeekSessionCreationOptions

public class PeekSessionCreationOptions

NameDescription
System_CAPS_pubmethodPeekSessionCreationOptions(ITextView, String, ITrackingPoint, Nullable<Double>, Boolean, IPeekResizeListener, Boolean)

Creates a new instance of PeekSessionCreationOptions that will create a Peek session using the default sizing behavior.

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: