DateTimeEditor::GetEditStyle Method (ITypeDescriptorContext^)

 
Use BaseTrue

Retrieves the editing style of the EditValue method. If the method is not supported, this will return None.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor context that can be used to provide additional context information.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

An enum value indicating the provided editing style.

.NET Framework
Available since 1.1
Return to top
Show: