Method SetPropertyEditorByName
SetPropertyEditorByName(IPropertyGridItem, string)
Sets editor control of a property using its name.
void SetPropertyEditorByName(IPropertyGridItem id, string editorName)
Parameters
id
IPropertyGridItemeditorName
stringName of the editor.
Remarks
Names of built-in editors are: TextCtrl, Choice, ComboBox, CheckBox, TextCtrlAndButton, ChoiceAndButton, SpinCtrl and DatePickerCtrl.