NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringFormat.HotkeyPrefix

[To be supplied.]

[Visual Basic]
Public Property HotkeyPrefix As HotkeyPrefix
[C#]
public HotkeyPrefix HotkeyPrefix {get; set;}
[C++]
public: __property HotkeyPrefix get_HotkeyPrefix();
public: __property void set_HotkeyPrefix(HotkeyPrefix);
[JScript]
public function get HotkeyPrefix() : HotkeyPrefix;
public function set HotkeyPrefix(HotkeyPrefix);

See Also

StringFormat Class | StringFormat Members | System.Drawing Namespace