menu

WinForms

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

    Show / Hide Table of Contents

    Class UpdateBookmarkTooltipEventArgs

    Provides data for the UpdateBookmarkToolTip event of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    UpdateTooltipEventArgs
    UpdateBookmarkTooltipEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    UpdateTooltipEventArgs.HintedArea
    UpdateTooltipEventArgs.Image
    UpdateTooltipEventArgs.Text
    UpdateTooltipEventArgs.X
    UpdateTooltipEventArgs.Y
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class UpdateBookmarkTooltipEventArgs : UpdateTooltipEventArgs

    Constructors

    UpdateBookmarkTooltipEventArgs(Int32, IBookmark, UpdateTooltipEventArgs)

    Initializes a new instance of UpdateBookmarkTooltipEventArgs class.

    Declaration
    public UpdateBookmarkTooltipEventArgs(int iLine, IBookmark bookmark, UpdateTooltipEventArgs tooltipInfo)
    Parameters
    Type Name Description
    System.Int32 iLine

    Index of bookmarked line.

    IBookmark bookmark

    Bookmark.

    UpdateTooltipEventArgs tooltipInfo

    UpdateTooltipEventArgs.

    Fields

    Bookmark

    Holds the bookmark value.

    Declaration
    public IBookmark Bookmark
    Field Value
    Type
    IBookmark

    Line

    Holds the index value of bookmarked line.

    Declaration
    public int Line
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved