menu

WinForms

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

    Show / Hide Table of Contents

    Interface IOptionsControl

    Provides the functionality for controls that manage EditControl options.

    Namespace: Syncfusion.Windows.Forms.Edit.Dialogs.Options
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IOptionsControl

    Methods

    Apply(EditControl)

    Applies set options to given EditControl.

    Declaration
    Control Apply(EditControl control)
    Parameters
    Type Name Description
    EditControl control

    EditControl to apply options to.

    Returns
    Type Description
    System.Windows.Forms.Control

    Null if everything is OK; control to transfer focus to if error occured.

    Init(EditControl)

    Initializes options control with data from EditControl.

    Declaration
    void Init(EditControl control)
    Parameters
    Type Name Description
    EditControl control

    EditControl used for initializing.

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