| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overrides Function GetEditStyle( _ ByVal context As System.ComponentModel.ITypeDescriptorContext _ ) As System.Drawing.Design.UITypeEditorEditStyle | |
| C# | |
|---|---|
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( System.ComponentModel.ITypeDescriptorContext context ) | |
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
Return Value
A System.Drawing.Design.UITypeEditorEditStyle value that indicates the style of editor used by the EditValue method. If the System.Drawing.Design.UITypeEditor does not support this method, then GetEditStyle(ITypeDescriptorContext) will return System.Drawing.Design.UITypeEditorEditStyle.None.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
StaticPermissionsEditor ClassStaticPermissionsEditor Members
Overload List
Base Implementation in GetEditStyle(ITypeDescriptorContext)