You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any official API way of determining whether the user has modified the value of a control--i.e., whether the control is "dirty"? For example, the Win32 edit control has the EM_GETMODIFY message, which indicates whether the contents of the edit control have been modified. Is there anything equivalent in WinUI? And if not, could that be a possible future feature? Maybe a property like IsDirty()?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any official API way of determining whether the user has modified the value of a control--i.e., whether the control is "dirty"? For example, the Win32 edit control has the
EM_GETMODIFY
message, which indicates whether the contents of the edit control have been modified. Is there anything equivalent in WinUI? And if not, could that be a possible future feature? Maybe a property likeIsDirty()
?Beta Was this translation helpful? Give feedback.
All reactions