Class MaskedEditCultureEditor
Summary description for MaskedEditCultureEditor.
Inheritance
System.Object
MaskedEditCultureEditor
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MaskedEditCultureEditor : UITypeEditor
Constructors
MaskedEditCultureEditor()
Declaration
public MaskedEditCultureEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Edits the value of the specified object using a drop-down list of culture options.
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context | An System.ComponentModel.ITypeDescriptorContext that provides context information about the component. |
| System.IServiceProvider | provider | An System.IServiceProvider that provides services for the editor. |
| System.Object | value | The current value of the object being edited. |
Returns
| Type |
|---|
| System.Object |
GetEditStyle(ITypeDescriptorContext)
Gets the editing style used by the editor.
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context | An System.ComponentModel.ITypeDescriptorContext that provides context information about the component. |
Returns
| Type |
|---|
| System.Drawing.Design.UITypeEditorEditStyle |