ShortcutFileInfoIconIndexEditorGetEditStyle(ITypeDescriptorContext) Method
Retrieves the editing style of the EditValue(ITypeDescriptorContext, IServiceProvider, Object) method.
Namespace: DevCase.UI.TypeEditorsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
)
Public Overrides Function GetEditStyle (
context As ITypeDescriptorContext
) As UITypeEditorEditStyle
Dim instance As ShortcutFileInfoIconIndexEditor
Dim context As ITypeDescriptorContext
Dim returnValue As UITypeEditorEditStyle
returnValue = instance.GetEditStyle(context)
public:
virtual UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext^ context
) override
abstract GetEditStyle :
context : ITypeDescriptorContext -> UITypeEditorEditStyle
override GetEditStyle :
context : ITypeDescriptorContext -> UITypeEditorEditStyle
No code example is currently available or this language may not be supported.
- context ITypeDescriptorContext
-
A type descriptor context that can be used to provide additional context information.
UITypeEditorEditStyle
One of the
UITypeEditorEditStyle values indicating the provided editing style.