Skip to main content

ToolTipController.ShowHint Method

Name Parameters Description
ShowHint(ToolTipControlInfo) info Displays a hint using the specified tooltip information.
ShowHint(ToolTipControllerShowEventArgs, Point) eShow, cursorPosition Displays a hint relative to a specific point using specified settings.
ShowHint(ToolTipControllerShowEventArgs, Control) eShow, control Displays a hint for a control using specified settings.
ShowHint(ToolTipControllerShowEventArgs) eShow Displays a hint relative to the mouse cursor using specified settings.
ShowHint(String, ToolTipLocation, Point) toolTip, toolTipLocation, cursorPosition Displays a hint at a specified position relative to a specific point.
ShowHint(String, ToolTipLocation) toolTip, toolTipLocation Displays a hint at the specified position relative to the mouse cursor.
ShowHint(String, Point) toolTip, cursorPosition Displays a hint relative to the specified point using current ToolTipController settings
ShowHint(String, String, ToolTipLocation, Point) toolTip, title, toolTipLocation, cursorPosition Displays a hint with the specified text and title relative to the specified point.
ShowHint(String, String, ToolTipLocation) toolTip, title, toolTipLocation Displays a hint with the specified text and title relative to the mouse cursor’s position.
ShowHint(String, String, Point) toolTip, title, cursorPosition Displays a hint with the specified text and title at the specified point using the current ToolTipController settings
ShowHint(String, String, Control, ToolTipLocation) toolTip, title, control, toolTipLocation Displays a hint with the specified text and title relative to the specified control.
ShowHint(String, String) toolTip, title Displays a hint with the specified text and title relative to the mouse cursor using the current ToolTipController settings.
ShowHint(String, Control, ToolTipLocation) toolTip, control, toolTipLocation Displays a hint relative to a specific control.
ShowHint(String) toolTip Displays a hint relative to the mouse cursor using current ToolTipController settings.