menu

WinForms

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

    Show / Hide Table of Contents

    Class ControlLanguageSelector

    Represents a control which is used for selecting language.

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

    Constructors

    ControlLanguageSelector()

    Initializes a new instance of the ControlLanguageSelector class.

    Declaration
    public ControlLanguageSelector()

    Properties

    SelectedLanguage

    Gets or sets the selected language in EditControl.

    Declaration
    public IConfigLanguage SelectedLanguage { get; set; }
    Property Value
    Type
    IConfigLanguage

    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.

    OnConfigurationChanged()

    Raised when configuration is changed.

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

    OnEditControlChanged()

    Updates languages list.

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

    OnLanguageSelected()

    Raises SelectedLanguageChanged event.

    Declaration
    protected virtual void OnLanguageSelected()

    OnResize(EventArgs)

    Sets heights of the control.

    Declaration
    protected override void OnResize(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The EventArgs.

    UpdateLanguagesList()

    Updates languages list.

    Declaration
    protected virtual void UpdateLanguagesList()

    Events

    SelectedLanguageChanged

    Occurs when user selects other language.

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