Enum PropertyGridEditKindString
Enumerates all possible string property editor kinds in the property grid control.
public enum PropertyGridEditKindString
Fields
Directory = 5Uses
TextBoxwith select directory dialog which allows to select path. It is possible to specify file masks, default path and dialog title in the property attributes.Ellipsis = 2Uses
TextBoxwith ellipsis button. UsePropertyGrid.ButtonClickto handle button clicks.FileName = 3Uses
TextBoxwith open file dialog which allows to select filename. It is possible to specify file masks, default path and dialog title in the property attributes.ImageFileName = 4Uses
TextBoxwith open file dialog which allows to select image filename. It is possible to specify default path and dialog title in the property attributes. File mask is setup to supported image extensions.Long = 1Uses
TextBoxwith dialog which allows to edit long string values.Simple = 0Uses simple
TextBox.