Name | Description | |
---|---|---|
NTooltip Constructor | Overloaded. |
The following tables list the members exposed by NTooltip.
Name | Description | |
---|---|---|
NTooltip Constructor | Overloaded. |
Name | Description | |
---|---|---|
CloseOnMouseDownProperty | Reference to the CloseOnMouseDown property. | |
ContentTypeProperty | Reference to the ContentType property. | |
FirstShowDelayProperty | Reference to the FirstShowDelay property. | |
FollowMouseProperty | Reference to the FollowMouse property | |
HotSpotPaddingProperty | Reference to the HotSpotPadding property | |
ImageProperty | Reference to the Image property | |
NextShowDelayProperty | Reference to the NextShowDelay property. | |
NTooltipSchema | Schema associated with NTooltip. | |
PositionProperty | Reference to the Position property | |
ShowDurationProperty | Reference to the ShowDuration property. | |
ShowOnDisabledProperty | Reference to the ShowOnDisabled property. | |
SymbolProperty | Reference to the Symbol property | |
TextProperty | Reference to the Text property. | |
WidgetProperty | Reference to the Widget property |
Name | Description | |
---|---|---|
CloseOnMouseDown | Gets or sets whether the tooltip must be automatically closed, when a mouse button is pressed. By default set to true. | |
Content | Gets or sets the tooltip content. | |
ContentType | Gets or sets the tooltip content type. | |
FirstShowDelay | Gets or sets the amount of time (in milliseconds) after which the tooltip shows when requested. Taken into account when there is no other tooltip currently shown - e.g. this is the first shown tooltip. By default set to 200 ms. | |
FollowMouse | Gets or sets whether the tooltip must be repositioned, once it has been shown and the mouse is moved. By default set to false. | |
HotSpotPadding | Gets or sets the padding applied to the current mouse position, which is used to generate the virtual cursor rectangle around which the tooltip is positioned. | |
Image | Gets or sets the tooltip image | |
NextShowDelay | Gets or sets the amount of time (in milliseconds) after which the tooltip shows when requested. Taken into account when there is another tooltip currently shown - e.g. this is the next tooltip that must replace the existing one. By default set to 100 ms. | |
Position | Gets or sets the position of the tooltip relative to the virtual cursor rectangle defined by the current mouse position and the HotSpotPadding property. By default set to BottomAlignLeft. | |
ShowDuration | Gets or sets the amount of time (in milliseconds) after which the tooltip automatically closes. If set to a value smaller than zero (-1), the tooltip will never expire. If set to zero the tooltip will never show. By default set to 5000 ms (5 s). | |
ShowOnDisabled | Gets or sets whether a tooltip appears for an object that is not enabled. | |
Symbol | Gets or sets the tooltip symbol | |
Text | Gets or sets the tooltip text | |
Widget | Gets or sets the tooltip symbol |
Name | Description | |
---|---|---|
GetContent | Gets the widget that should be displayed inside the tooltip window when the tooltip shows. This implementation returns the NWidget.FromObject(Content) result, but derivate classes can override the method to generate dynamic tooltip content. |