Class OutliningTooltipBeforePopupEventArgs
Provides data for the OutliningTooltipBeforePopup event of the EditControl control.
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()
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 |
---|
OutliningTooltipShowMode |