menu

WinForms

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

    Show / Hide Table of Contents

    Class frmFormatsConfig

    Represents a class that helps to provide configuration for formats by using the frmFormatsConfig.

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

    Constructors

    frmFormatsConfig()

    Initializes a new instance of the frmFormatsConfig class.

    Declaration
    public frmFormatsConfig()

    Properties

    EditControl

    Gets or sets the EditControl and attach the dialog to it.

    Declaration
    public EditControl EditControl { get; set; }
    Property Value
    Type
    EditControl

    Methods

    ApplyConfiguration()

    Applies current configuration to edit control.

    Declaration
    protected void ApplyConfiguration()

    CreateAccessibilityInstance()

    New instance for formats configuration dialog accessible object

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

    FormatsConfigurationAccessibility

    CreateConfigClone(Config)

    Creates copy of the configuration.

    Declaration
    protected Config CreateConfigClone(Config config)
    Parameters
    Type Name Description
    Config config

    Configuration to clone.

    Returns
    Type Description
    Config

    Cloned copy.

    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.

    LoadConfiguration(Config)

    Creates copy of the configuration and loads it for editing.

    Declaration
    protected void LoadConfiguration(Config config)
    Parameters
    Type Name Description
    Config config

    Configuration to load.

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