IVsUIAccelerator Interface

Definition

Provides information about accelerator keys.

public interface class IVsUIAccelerator
public interface class IVsUIAccelerator
__interface IVsUIAccelerator
public interface IVsUIAccelerator
[System.Runtime.InteropServices.Guid("4E25556D-941D-4C29-A171-384EA84F6705")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIAccelerator
type IVsUIAccelerator = interface
[<System.Runtime.InteropServices.Guid("4E25556D-941D-4C29-A171-384EA84F6705")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIAccelerator = interface
Public Interface IVsUIAccelerator
Attributes

Methods

get_Message(MSG[])

Retrieves the message to be sent for the accelerator.

get_Modifiers(UInt32)

Retrieves the modifiers for the accelerator key.

Applies to