Метод | Описание | |
---|---|---|
Attach ( |
Associate the current secure edit object with a text box.
|
|
ContentsEqualTo ( |
||
Detach ( ) : void |
Remove the current association. You should call this before the text box is destroyed.
|
|
EnableProtection ( bool bEnable ) : void | ||
SetPassword ( byte pbUtf8 ) : void | ||
ToUtf8 ( ) : byte[] |
Метод | Описание | |
---|---|---|
GetAsString ( ) : string | ||
OnDragCheck ( object sender, |
||
OnDragDrop ( object sender, |
||
OnGotFocus ( object sender, |
||
OnPasswordTextChanged ( object sender, |
||
RemoveInsert ( int nLeftRem, int nRightRem, string strInsert ) : void | ||
SecureEdit ( ) : System | ||
ShowCurrentPassword ( int nSelStart, int nSelLength ) : void |
public Attach ( |
||
tbPasswordBox | Text box to link to. | |
evTextChanged | EventHandler | |
bHidePassword | bool | Initial protection flag. |
Результат | void |
public ContentsEqualTo ( |
||
secOther | ||
Результат | bool |
public EnableProtection ( bool bEnable ) : void | ||
bEnable | bool | |
Результат | void |