Include Protected Members
Include Inherited Members
The HelperMethods type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | AccessKeySpecifierFromObject | Converts the input object into an access key specifier. Objects of type char or single-character strings can be converted. If an object of a different type is passed in, & is returned. | 
| .gif) .gif) | StripAccelerators(String) | Strips non-escaped accelerator markers ('&') from the given string. | 
| .gif) .gif) | StripAccelerators(String, Char) | Strips non-escaped accelerator markers from the given string | 
| .gif) .gif) | StripAccelerators(String, Object) | Returns the input string with the specified access key specifier stripped | 
Top