Unset password item |
Post Reply |
Author | |
ngoctn
Groupie Joined: 30 December 2007 Location: United States Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 20 January 2008 at 11:32pm |
In my app, I often switch between password display & clear text display. I can use PropertyGridItem->SetPasswordMask for display an item as password field, but don't know how to reset it to normal display.
Someone can help me? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
You can override CXTPPropertyGridItem and add method
void SetPassword(BOOL bPassword)
{ m_bPassword = bPassword
}
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ngoctn
Groupie Joined: 30 December 2007 Location: United States Status: Offline Points: 10 |
Post Options
Thanks(0)
|
Thanks Oleg.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |