Window.RichEditProtected Method | |
Provide a method that is invoked when an attempt is made to modify text that is protected in a rich edit control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RichEditProtected(
oRichEditProtectEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RichEditProtected(
Usual oRichEditProtectEvent = default
)
Request Example
View SourceParameters
- oRichEditProtectEvent (Optional)
- Type: Usual
The RichEditProtectEvent object that describes which rich edit control received a protect event.
Return Value
Type:
UsualThis method always sets the EventReturnValue to 1 and returns 0
Remarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also