Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipNotify Class
Members


In This Topic
    TipNotify Class
    In This Topic
    Represents a special ValidateActionBase that shows a tool tip for the validating Cell when validation fails.
    Syntax
    'Declaration
     
    
    Public Class TipNotify 
       Inherits ValidateActionBase
       Implements FarPoint.Win.ISerializeSupport, INamedObject 
    'Usage
     
    
    Dim instance As TipNotify
    Remarks
    If the ToolTipText property value is a null reference (Nothing in Visual Basic) or String.Empty, the tool tip text uses ValidateContext.ValidateInfo.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.ValidateActionBase
          FarPoint.Win.Spread.TipNotify

    See Also