WinForms

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

    Show / Hide Table of Contents

    Class DockControlMouseSelection

    Custom event argument class used for notifying users once mouse selection is done on control caption.

    Inheritance
    System.Object
    System.EventArgs
    DockControlMouseSelection
    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 DockControlMouseSelection : EventArgs

    Constructors

    DockControlMouseSelection(Control)

    Creates a new instance of the DockControlMouseSelection class.

    Declaration
    public DockControlMouseSelection(Control ctrl)
    Parameters
    Type Name Description
    System.Windows.Forms.Control ctrl

    Active Control

    Fields

    ctrl

    Gets control which is selected

    Declaration
    protected Control ctrl
    Field Value
    Type Description
    System.Windows.Forms.Control

    Properties

    Control

    Gets mouse selected control

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