Class ControlFormatsList
Represents a class that helps to provide the list of formats in EditControl.
Inherited Members
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 |
---|
IConfigLanguage |
LanguageSelector
Gets or sets the language selector control.
Declaration
public ControlLanguageSelector LanguageSelector { get; set; }
Property Value
Type |
---|
ControlLanguageSelector |
SelectedFormats
Gets or sets the currently selected format.
Declaration
public ISnippetFormat[] SelectedFormats { get; set; }
Property Value
Type |
---|
ISnippetFormat[] |
ShowAddRemoveButtons
Gets or sets a value indicating whether add and remove buttons are visible.
Declaration
public bool ShowAddRemoveButtons { get; set; }
Property Value
Type |
---|
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
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 |
---|
System.EventHandler |
SelectedFormatChanged
Occurs when format selection has been changed in EditControl.
Declaration
public event EventHandler SelectedFormatChanged
Event Type
Type |
---|
System.EventHandler |