BorderSidesEditor.GetEditStyle(ITypeDescriptorContext) Метод

Определение

Извлекает стиль редактирования метода EditValue.

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

Контекст ITypeDescriptorContext, предоставляющий сведения об элементе управления или компоненте.

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

UITypeEditorEditStyle

Одно из значений перечисления UITypeEditorEditStyle. Если метод не поддерживается, этот метод возвращает None.

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