NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeEditor.GetEditStyle

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

[Visual Basic]
Overrides Public Function GetEditStyle( _
   ByVal context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
[C#]
public override UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext context
);
[C++]
public: override UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext* context
);
[JScript]
public override function GetEditStyle(
   context : ITypeDescriptorContext
) : UITypeEditorEditStyle;

Parameters

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

Return Value

An enum value indicating the provided editing style.

See Also

DateTimeEditor Class | DateTimeEditor Members | System.ComponentModel.Design Namespace