WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryDragInsertInfoEventArgs

    Show / Hide Table of Contents

    Class QueryDragInsertInfoEventArgs

    Represents the data for the QueryDragInsertInfo event.

    Inheritance
    System.Object
    System.EventArgs
    QueryDragInsertInfoEventArgs
    Inherited Members
    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.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class QueryDragInsertInfoEventArgs : EventArgs

    Constructors

    QueryDragInsertInfoEventArgs(TreeNodeAdv)

    Initialize a new instance of the QueryDragInsertInfoEventArgs class.

    Declaration
    public QueryDragInsertInfoEventArgs(TreeNodeAdv node)
    Parameters
    Type Name Description
    TreeNodeAdv node

    A TreeNodeAdv instance.

    Properties

    DragInsertColor

    Gets or sets the System.Drawing.Color of DragHighLightTracker can be changed based on the tree's background Color

    Declaration
    public Color DragInsertColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Node

    Gets the node value of TreeNodeAdv.

    Declaration
    public TreeNodeAdv Node { get; }
    Property Value
    Type Description
    TreeNodeAdv
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved