Window.RichEditProtected Method (Typed) | |
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
public virtual Usual RichEditProtected(
RichEditProtectEvent oRichEditProtectEvent
)
Request Example
View SourceParameters
- oRichEditProtectEvent
- Type: RichEditProtectEvent
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