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!

PrimaryKeyValueEditor.GetEditStyle

[To be supplied.]

[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
[To be supplied.]

See Also

PrimaryKeyValueEditor Class | PrimaryKeyValueEditor Members | System.Data.Design Namespace