DateTimeEditor.GetEditStyle(ITypeDescriptorContext) Methode

Definitie

Hiermee wordt de bewerkingsstijl van de EditValue methode opgehaald. Als de methode niet wordt ondersteund, retourneert dit Geen.

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

Parameters

context
ITypeDescriptorContext

Een typedescriptorcontext die kan worden gebruikt om aanvullende contextinformatie te bieden.

Retouren

Een enum waarde die de opgegeven bewerkingsstijl aangeeft.

Van toepassing op