DateTimeEditor.GetEditStyle(ITypeDescriptorContext) Метод

Определение

Извлекает стиль редактирования метода EditValue. Если этот метод не поддерживается, то возвращается значение None.

public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle

Параметры

context
ITypeDescriptorContext

Контекст дескриптора типа, используемый для предоставления дополнительной контекстной информации.

Возвращаемое значение

Значение перечисления enum, соответствующее предоставленному стилю редактирования.

Применяется к