Method | Description | |
---|---|---|
GetUserKey ( ) : |
Gets a user key for the current application. The Application subkey is build using the company and application name information form assembly info.
|
|
GetUserKey ( |
Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.
|
|
GetUserKey ( string pSubKey ) : |
Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.
|
public static GetUserKey ( ) : |
||
return |
public static GetUserKey ( |
||
pfrm | Form instance | |
return |
public static GetUserKey ( string pSubKey ) : |
||
pSubKey | string | Subkey name |
return |