FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ToolTipEventArgs Class
Properties


In This Topic
    ToolTipEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ToolTipEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ToolTipEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the operation should be canceled. (Inherited from C1.Win.C1FlexGrid.RowColEventArgs)
    Public PropertyGets the index of the column that caused the event. (Inherited from C1.Win.C1FlexGrid.RowColEventArgs)
    Public PropertyGets the index of the row that caused the event. (Inherited from C1.Win.C1FlexGrid.RowColEventArgs)
    Public PropertyGets or sets the text to be displayed in the tooltip.  
    Top
    See Also