menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommentTipShowingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommentTipShowingEventArgs

    Provides data for the CommentTipShowing event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridCellCancelEventArgs
    CommentTipShowingEventArgs
    Inherited Members
    GridCellCancelEventArgs.ColIndex
    GridCellCancelEventArgs.RowIndex
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class CommentTipShowingEventArgs : GridCellCancelEventArgs
    Remarks

    CommentTipShowingEventArgs is a custom event argument class used by the CommentTipShowing event to restrict or customize the appearance of the comment tip window.

    Constructors

    CommentTipShowingEventArgs(CommentTipWindow, GridStyleInfo, Int32, Int32)

    Initializes the new instances for the CommentTipShowingEventArgs class.

    Declaration
    public CommentTipShowingEventArgs(CommentTipWindow commentTipWindow, GridStyleInfo style, int rowIndex, int colIndex)
    Parameters
    Type Name Description
    CommentTipWindow commentTipWindow

    The CommentTipWindow that displays the comment text.

    GridStyleInfo style

    The GridStyleInfo of the cell.

    System.Int32 rowIndex

    The row index of the comment tip cell.

    System.Int32 colIndex

    The column index of the comment tip cell.

    Properties

    CommentTipWindow

    Gets or sets the comment tip window.

    Declaration
    public CommentTipWindow CommentTipWindow { get; set; }
    Property Value
    Type
    CommentTipWindow

    Style

    Gets the GridStyleInfo of the comment tip cell.

    Declaration
    public GridStyleInfo Style { get; }
    Property Value
    Type
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved