GdipSetStringFormatHotkeyPrefix

 

 

Description

Sets the type of processing that is performed on a string when the hot key prefix, an ampersand (&), is encountered. The ampersand is called the hot key prefix and can be used to designate certain keys as hot keys.

Syntax

GpStatus WINGDIPAPI GdipSetStringFormatHotkeyPrefix(

    GpStringFormat *format,

    INT hotkeyPrefix

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetStringFormatHotkeyPrefix ( _

    BYVAL pFormat AS DWORD, _

    BYVAL hotkeyPrefix AS LONG _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

hotkeyPrefix

[in] Element of the HotkeyPrefix enumeration that specifies how to process the hot key prefix.

 

Valid HTML 4.01 Transitional