Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
) |
Visual Basic |
---|
Public Overrides Function GetEditStyle (
context As ITypeDescriptorContext
) As UITypeEditorEditStyle |
Visual C++ |
---|
public:
virtual UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext^ context
) override |
F# |
---|
abstract GetEditStyle :
context : ITypeDescriptorContext -> UITypeEditorEditStyle
override GetEditStyle :
context : ITypeDescriptorContext -> UITypeEditorEditStyle |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
Type:
UITypeEditorEditStyleAlways
DropDown value.
See Also