NevronOpenVision
Nevron.Nov.UI Namespace / NTooltip Class


In This Topic
    NTooltip Class Properties
    In This Topic

    For a list of all members of this type, see NTooltip members.

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the tooltip must be automatically closed, when a mouse button is pressed. By default set to true.  
    Public PropertyGets or sets the tooltip content.  
    Public PropertyGets or sets the tooltip content type.  
    Public PropertyGets 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.  
    Public PropertyGets or sets whether the tooltip must be repositioned, once it has been shown and the mouse is moved. By default set to false.  
    Public PropertyGets 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.  
    Public PropertyGets or sets the tooltip image  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyGets 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).  
    Public PropertyGets or sets whether a tooltip appears for an object that is not enabled.  
    Public PropertyGets or sets the tooltip symbol  
    Public PropertyGets or sets the tooltip text  
    Public PropertyGets or sets the tooltip symbol  
    Top
    See Also