Skip to main content
A newer version of this page is available. .

DXErrorProvider.GetErrorIconInternal(ErrorType, UserLookAndFeel, ScaleHelper) Method

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static Image GetErrorIconInternal(
    ErrorType type,
    UserLookAndFeel lookAndFeel,
    ScaleHelper scaleHelper = null
)

Parameters

Name Type
type ErrorType
lookAndFeel UserLookAndFeel

Optional Parameters

Name Type Default
scaleHelper DevExpress.Utils.DPI.ScaleHelper *null*

Returns

Type
Image
See Also