Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipNotify Class / ToolTipIcon Property


In This Topic
    ToolTipIcon Property
    In This Topic
    Gets or sets a System.Windows.Forms.ToolTipIcon that is displayed in the tool tip.
    Syntax
    'Declaration
     
    
    Public Property ToolTipIcon As ToolTipIcon
    'Usage
     
    
    Dim instance As TipNotify
    Dim value As ToolTipIcon
     
    instance.ToolTipIcon = value
     
    value = instance.ToolTipIcon
    public ToolTipIcon ToolTipIcon {get; set;}

    Property Value

    A System.Windows.Forms.ToolTipIcon value. The default is System.Windows.Forms.ToolTipIcon.None.
    Exceptions
    ExceptionDescription
    The assigned value is not a System.Windows.Forms.ToolTipIcon value.
    See Also