Class ControlLanguageSelector
Represents a control which is used for selecting language.
Inherited Members
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
OnEditControlChanged()
Updates languages list.
Declaration
protected override void OnEditControlChanged()
Overrides
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 |