Click or drag to resize

Window.RichEditProtected Method (Typed)

X#
Provide a method that is invoked when an attempt is made to modify text that is protected in a rich edit control.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RichEditProtected(
	oRichEditProtectEvent AS RichEditProtectEvent
) AS USUAL
Request Example View Source

Parameters

oRichEditProtectEvent
Type: RichEditProtectEvent
The RichEditProtectEvent object that describes which rich edit control received a protect event.

Return Value

Type: Usual
This method always sets the EventReturnValue to 1 and returns 0
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also