Back to Devexpress

RichEditControl.AddService Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-dot-addservice.md

latest1.1 KB
Original Source

RichEditControl.AddService Method

NameParametersDescription
AddService(Type, ServiceCreatorCallback, Boolean)serviceType, callback, promoteAdds the specified service to the service container.
AddService(Type, ServiceCreatorCallback)serviceType, callbackAdds the specified service to the service container.
AddService(Type, Object, Boolean)serviceType, serviceInstance, promoteAdds the specified service to the service container.
AddService(Type, Object)serviceType, serviceInstanceAdds the specified service to the service container.