RichEditControl.RemoveService(Type, Boolean) Method
In This Article
Removes the service of the specified type from the service container.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
service |
Type | The type of service to remove. |
promote | Boolean | true to promote this request to any parent service containers; otherwise, false. |
#Remarks
The RichEdit Control implements IServiceProvider and IServiceContainer interfaces. In addition to providing services, it also provides a mechanism for adding and removing services. To obtain a service, call the RichEditControl.GetService method.
See Also