PeekResizeEventArgs Class

Visual Studio 2015
 

Contains information describing how a user has resized the Peek control.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Language.Intellisense.PeekResizeEventArgs

public class PeekResizeEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodPeekResizeEventArgs(Double, Double)

Constructs a new instance of PeekResizeEventArgs with the current height of the Peek control both in pixels and as a percentage of the containing ITextView.

NameDescription
System_CAPS_pubpropertyNewHeightAbsolute

Gets the height of the Peek control in pixels.

System_CAPS_pubpropertyNewHeightProportion

Gets the height of the Peek control as a proportion of the containing ITextView. Values returned should fall into the range between 0 and 1.

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: