Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.Modified Property

Gets or sets the modified flag for the text of the control, a user can reset it, then the flag is changed by the control

Syntax
Public Property Get Modified () As Boolean
Public Property Let Modified (ByVal bModified As Boolean)
Parameters
Parameter Description
ByVal bModified As Boolean The modified state
Remarks