QueuePathEditor.GetEditStyle(ITypeDescriptorContext) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the editing style used by the EditValue method.
public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context);override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStylePublic Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyleParameters
- context
- ITypeDescriptorContext
A ITypeDescriptorContext that provides additional context information.