UITypeEditor.GetEditStyle Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o estilo de editor usado pelo método EditValue(IServiceProvider, Object).
Sobrecargas
GetEditStyle() |
Obtém o estilo de editor usado pelo método EditValue(IServiceProvider, Object). |
GetEditStyle(ITypeDescriptorContext) |
Obtém o estilo de editor usado pelo método EditValue(IServiceProvider, Object). |
GetEditStyle()
Obtém o estilo de editor usado pelo método EditValue(IServiceProvider, Object).
public:
System::Drawing::Design::UITypeEditorEditStyle GetEditStyle();
public System.Drawing.Design.UITypeEditorEditStyle GetEditStyle ();
member this.GetEditStyle : unit -> System.Drawing.Design.UITypeEditorEditStyle
Public Function GetEditStyle () As UITypeEditorEditStyle
Retornos
Um valor de enumeração UITypeEditorEditStyle que indica o estilo do editor usado pelo UITypeEditor atual. Por padrão, esse método retornará None.
Comentários
Se um UITypeEditor não substituir e implementar esse método, GetEditStyle retornará None por padrão.
Confira também
Aplica-se a
GetEditStyle(ITypeDescriptorContext)
Obtém o estilo de editor usado pelo método EditValue(IServiceProvider, Object).
public:
virtual System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public virtual System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext context);
public virtual System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext? context);
abstract member GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overridable Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle
Parâmetros
- context
- ITypeDescriptorContext
Um ITypeDescriptorContext que pode ser usado para obter informações de contexto adicionais.
Retornos
Um valor UITypeEditorEditStyle que indica o estilo do editor usado pelo método EditValue(IServiceProvider, Object). Se o UITypeEditor não oferece suporte a esse método, em seguida, GetEditStyle() retornará None.