WinForms

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

    Show / Hide Table of Contents

    Class OutliningTooltipBeforePopupEventArgs

    Provides data for the OutliningTooltipBeforePopup event of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    CollapseEventArgs
    OutliningTooltipBeforePopupEventArgs
    Inherited Members
    CollapseEventArgs.CollapseName
    CollapseEventArgs.Collapser
    CollapseEventArgs.CollapsedText
    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 OutliningTooltipBeforePopupEventArgs : CollapseEventArgs

    Constructors

    OutliningTooltipBeforePopupEventArgs(String, CollapsableRegion, String)

    Initializes a new instance of the OutliningTooltipBeforePopupEventArgs class.

    Declaration
    public OutliningTooltipBeforePopupEventArgs(string strCollapseName, CollapsableRegion collapser, string strCollapsedText)
    Parameters
    Type Name Description
    System.String strCollapseName

    Collapse name.

    CollapsableRegion collapser

    Collapser.

    System.String strCollapsedText

    Collapsed text.

    Properties

    ShowMode

    Gets or sets a value indicating whether user cancels the underlying event.

    Declaration
    public OutliningTooltipShowMode ShowMode { get; set; }
    Property Value
    Type Description
    OutliningTooltipShowMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved