WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UpdateBookmarkTooltipEventArgs - WindowsForms API Reference | Syncfusion UpdateBookmarkToolTip event of the EditControl control. ">

    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
    UpdateTooltipEventArgs.Text
    UpdateTooltipEventArgs.HintedArea
    UpdateTooltipEventArgs.X
    UpdateTooltipEventArgs.Y
    UpdateTooltipEventArgs.Image
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    IBookmark

    Line

    Holds the index value of bookmarked line.

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