net90_PropertyGridHelpers.UIEditors_ImageTextUIEditor_ImageTextUIEditor - dparvin/PropertyGridHelpers GitHub Wiki
Initializes a new instance of the ImageTextUIEditor
class.
public ImageTextUIEditor(Type type)
parameter | description |
---|---|
type | Type of enum that is used in the process |
- class ImageTextUIEditor
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers
Initializes a new instance of the ImageTextUIEditor
class.
public ImageTextUIEditor(Type type, string ResourcePath)
parameter | description |
---|---|
type | Type of enum that is used in the process |
ResourcePath | The path to the resources where the images are stored |
- class ImageTextUIEditor
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers