IReferencePicker.DefaultEditStyle Property
The edit style for the reference picker in UITypeEditor
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
UITypeEditorEditStyle DefaultEditStyle { get; }
property UITypeEditorEditStyle DefaultEditStyle {
UITypeEditorEditStyle get();
}
abstract DefaultEditStyle : UITypeEditorEditStyle with get
ReadOnly Property DefaultEditStyle As UITypeEditorEditStyle
Property Value
Type: System.Drawing.Design.UITypeEditorEditStyle
See Also
IReferencePicker Interface
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting Namespace
Return to top