MenuBindingsEditor.GetEditStyle Method (ITypeDescriptorContext)
.NET Framework 3.0
Gets the editing style that is associated with this editor.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual UITypeEditorEditStyle GetEditStyle ( ITypeDescriptorContext^ context ) override
public UITypeEditorEditStyle GetEditStyle ( ITypeDescriptorContext context )
public override function GetEditStyle ( context : ITypeDescriptorContext ) : UITypeEditorEditStyle
Not applicable.
Parameters
- context
An object implementing the ITypeDescriptorContext interface that indicates the context of the object being edited.
Return Value
Always Modal.Community Additions
ADD
Show: