uitypeeditor
Propertygrid UIEditor disabling value editing through Keyboard
I have a propertygrid that uses UITypeEditor to display a Listbox and select a item. This item gets returned on the proertygrid on selection. But how do I disable editing of the selected item directly[详细]
2023-03-27 20:47 分类:问答Property set isn't being triggered with a UITypeEditor implemented
I have a property grid that when a button is clicked for one of the properties, certain fields are filled in. However the property\'s set isn\'t being triggered. I do not know why.[详细]
2023-03-16 07:17 分类:问答Making a generic TypeEditor
Say I have a pr开发者_开发知识库operty Foo of type SomeType in a class of type SomeClass which is edited with a custom editor SomeTypeEditor:[详细]
2023-01-24 22:29 分类:问答How can I save the values entered at design time for a complex property?
I\'m still learning the ropes when it comes to implementing custom editors for complex properties at design time.[详细]
2023-01-22 01:27 分类:问答Property setter not getting called with CollectionEditor
I have a custom control that has an Items property. I Have applied an EditorAttribute with a UITypeEditor of type CollectionEditor.[详细]
2023-01-17 07:26 分类:问答Why is the UITypeEditor "DateTimeEditor" not visible in the object browser?
I\'开发者_JAVA百科m writing a custom control (using VS2010 & C#) and it has a property which is a nullable datetime.[详细]
2023-01-17 01:56 分类:问答Designer-editing DataSource property of a DataGridView within a UserControl
I have a custom UserControl that contains several child controls, amongst which is a DataGridView. I don\'t want to EnableDesignMode for any of the child controls, but instead have exposed and seriali[详细]
2023-01-16 10:44 分类:问答Is there an existing PropertyGrid UITypeEditor for type "ChartColorPalette"?
I\'m trying to write a simple property grid to allow the users to modify the colours of a Chart. By default, a Chart has a \"Palette\" property, which is of the enumeration type \"ChartColorPalette\".[详细]
2023-01-07 08:25 分类:问答Insert custom TypeConverter on a property at runtime, from inside a custom UITypeEditor
I\'ve created a custom UITypeEditor. Can I possibly insert an attribute that also attaches a TypeConverter to my property from inside the UITypeEditor class?[详细]
2022-12-25 12:03 分类:问答Accessing additional context data in EditValue of UITypeEditor
I\'m tweaking a WinForms application.This application has a Form that contains a PropertyGrid.An object is assigned to the SelectedObject property so that the property grid displays the properties for[详细]
2022-12-24 07:07 分类:问答