In This Article

IntelliPromptParameterInfo Class

Represents a default implementation of an IntelliPrompt quick info.

public class IntelliPromptParameterInfo : DpiAwareControl, IDisposable, IDpiAwareElement
Inheritance:
object MarshalByRefObject Component Control DpiAwareControl object
Implements:
IDisposable IDpiAwareElement

Constructors

IntelliPromptParameterInfo(IParameterInfoSession)

Initializes an instance of the class.

public IntelliPromptParameterInfo(IParameterInfoSession session)
Parameter Type Description
session IParameterInfoSession

The IParameterInfoSession for which the popup is displayed.

Properties

DefaultPadding

Gets the internal spacing, in pixels, of the contents of a control.

protected override Padding DefaultPadding { get; }

Property Value

Padding:

A Padding that represents the internal spacing of the contents of a control.

DisplayRectangle

Gets the rectangle that represents the display area of the control.

public override Rectangle DisplayRectangle { get; }

Property Value

Rectangle:

A Rectangle that represents the display area of the control.

IsSelectionPanelVisible

Indicates whether the selection panel is visible.

public bool IsSelectionPanelVisible { get; }

Property Value

bool:

true if the selection panel is visible; otherwise, false.

Session

The IParameterInfoSession for which the popup is displayed.

public IParameterInfoSession Session { get; }

Property Value

IParameterInfoSession

Methods

DpiScaleChanged(SizeF)

Called when the DPI-based scale factor of the element changes.

protected override void DpiScaleChanged(SizeF scaleFactor)
Parameter Type Description
scaleFactor SizeF

The new scale factor where Width is applied to the x-axis, and Height is applied to the y-axis.

See Also

GetPreferredSize(Size)

Retrieves the size of a rectangular area into which a control can be fitted.

public override Size GetPreferredSize(Size proposedSize)
Parameter Type Description
proposedSize Size

The custom-sized area for a control.

Returns

Size:

An ordered pair of type Size representing the width and height of a rectangle.

OnControlAdded(ControlEventArgs)

Raises the ControlAdded event.

protected override void OnControlAdded(ControlEventArgs e)
Parameter Type Description
e ControlEventArgs

A ControlEventArgs that contains the event data.

OnFontChanged(EventArgs)

Raises the FontChanged event.

protected override void OnFontChanged(EventArgs e)
Parameter Type Description
e EventArgs

An EventArgs that contains the event data.

OnMouseDown(MouseEventArgs)

Raises the MouseDown event.

protected override void OnMouseDown(MouseEventArgs e)
Parameter Type Description
e MouseEventArgs

A MouseEventArgs that contains the event data.

OnPaint(PaintEventArgs)

Raises the Paint event.

protected override sealed void OnPaint(PaintEventArgs e)
Parameter Type Description
e PaintEventArgs

A PaintEventArgs that contains the event data.

OnPaintBackground(PaintEventArgs)

Paints the background of the control.

protected override void OnPaintBackground(PaintEventArgs e)
Parameter Type Description
e PaintEventArgs

Inherited Members

Extension Methods