menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControlOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ControlOptions

    Represents a class that contains forms for managing context menu EditControl options.

    Inheritance
    System.Object
    ControlOptions
    Namespace: Syncfusion.Windows.Forms.Edit.Dialogs.Options
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ControlOptions : Form

    Constructors

    ControlOptions(EditControl)

    Initializes a new instance of the ControlOptions class.

    Declaration
    public ControlOptions(EditControl control)
    Parameters
    Type Name Description
    EditControl control

    Underlying EditControl.

    Methods

    CreateAccessibilityInstance()

    New Instance for control options accessible object

    Declaration
    protected override AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    ControlOptionsAccessibleObject

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    True to release both managed and unmanaged resources; false to release only unmanaged resources.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved