Click or drag to resize
ExternalEditControlDisableButton Method (String)
Disables the button with the given error message

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected void DisableButton(
	string errorMessage
)

Parameters

errorMessage
Type: SystemString
Error message
See Also