Accelerator::StripAccelerators Method (String^, Object^)

Visual Studio 2015
 

Returns the input string with the specified access key specifier stripped.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
static String^ StripAccelerators(
	String^ input,
	Object^ accessKeySpecifier
)

Parameters

input
Type: System::String^

String to strip of access key specifiers.

accessKeySpecifier
Type: System::Object^

Character to strip.

Return Value

Type: System::String^

input stripped of accelerators.

Return to top
Show: