Click or drag to resize

SendMenuTargetGetAll Method

Gets all items in the Send To menu.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IEnumerable<SendMenuTarget> GetAll()

Return Value

Type: IEnumerableSendMenuTarget
A list of Send To menu targets.
See Also