ToolTipControllerShowEventArgs(Control, Object, String, String, ToolTipLocation, Boolean, Boolean, Int32, ToolTipIconType, ToolTipIconSize, Object, Int32, AppearanceObject, AppearanceObject) Constructor
Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public ToolTipControllerShowEventArgs(
Control control,
object obj,
string toolTip,
string title,
ToolTipLocation toolTipLocation,
bool showBeak,
bool rounded,
int roundRadius,
ToolTipIconType iconType,
ToolTipIconSize iconSize,
object imageList,
int imageIndex,
AppearanceObject appearance,
AppearanceObject appearanceTitle
)
#Parameters
Name | Type | Description |
---|---|---|
control | Control | The object to initialize the Tool |
obj | Object | The object to initialize the Tool |
tool |
String | A String value that specifies the tooltip’s text. This value is assigned to the Tool |
title | String | A String value that specifies the tooltip’s title. This value is assigned to the Tool |
tool |
Tool |
A Tool |
show |
Boolean | true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the Tool |
rounded | Boolean | true if tooltip window’s corners are rounded; otherwise, false. This value is assigned to the Tool |
round |
Int32 | The radius of the rounded corners. This value is assigned to the Tool |
icon |
Tool |
A Tool |
icon |
Tool |
A Tool |
image |
Object | An object that represents the source of the images that can be displayed within tooltips. This value is assigned to the Tool |
image |
Int32 | The index of the image to display in the tooltip. |
appearance | Appearance |
An Appearance |
appearance |
Appearance |
An Appearance |