WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControlFormatsList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ControlFormatsList

    Represents a class that helps to provide the list of formats in EditControl.

    Inheritance
    System.Object
    BaseControlEditControlConfigurator
    ControlFormatsList
    Inherited Members
    BaseControlEditControlConfigurator.OnConfigurationChanged()
    BaseControlEditControlConfigurator.EditControl
    BaseControlEditControlConfigurator.Configuration
    BaseControlEditControlConfigurator.EditControlChanged
    Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ControlFormatsList : BaseControlEditControlConfigurator

    Constructors

    ControlFormatsList()

    Initializes a new instance of the ControlFormatsList class.

    Declaration
    public ControlFormatsList()

    Properties

    Language

    Gets or sets the selected language.

    Declaration
    public IConfigLanguage Language { get; set; }
    Property Value
    Type Description
    IConfigLanguage

    LanguageSelector

    Gets or sets the language selector control.

    Declaration
    public ControlLanguageSelector LanguageSelector { get; set; }
    Property Value
    Type Description
    ControlLanguageSelector

    SelectedFormats

    Gets or sets the currently selected format.

    Declaration
    public ISnippetFormat[] SelectedFormats { get; set; }
    Property Value
    Type Description
    ISnippetFormat[]

    ShowAddRemoveButtons

    Gets or sets a value indicating whether add and remove buttons are visible.

    Declaration
    public bool ShowAddRemoveButtons { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    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.

    OnEditControlChanged()

    Invalidates control.

    Declaration
    protected override void OnEditControlChanged()
    Overrides
    BaseControlEditControlConfigurator.OnEditControlChanged()

    OnFormatSelectionChanged()

    Raises SelectedFormatChanged event.

    Declaration
    protected virtual void OnFormatSelectionChanged()

    OnLanguageChanged()

    Raises LanguageChanged event.

    Declaration
    protected virtual void OnLanguageChanged()

    Events

    LanguageChanged

    Occurs when the language changed.

    Declaration
    public event EventHandler LanguageChanged
    Event Type
    Type Description
    System.EventHandler

    SelectedFormatChanged

    Occurs when format selection has been changed in EditControl.

    Declaration
    public event EventHandler SelectedFormatChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved