NevronOpenVision
Nevron.Nov.UI Namespace / NTooltip Class
Fields Properties Methods Events


In This Topic
    NTooltip Class Members
    In This Topic

    The following tables list the members exposed by NTooltip.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CloseOnMouseDown property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ContentType property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the FirstShowDelay property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the FollowMouse property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the HotSpotPadding property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Image property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the NextShowDelay property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NTooltip.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Position property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowDuration property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowOnDisabled property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Symbol property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Text property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Widget property  
    Top
    Protected Fields
     NameDescription
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    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
    Public Methods
     NameDescription
    Public MethodGets 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.  
    Top
    See Also