SendMenuTarget.GetAll 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
Syntaxpublic static IEnumerable<SendMenuTarget> GetAll()
Return Value
Type:
IEnumerable<SendMenuTarget>A list of Send To menu targets.
See Also