Click or drag to resize

GetDataObjectEventArgsFormats Property

Gets the optional formats.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyDictionary<int, byte[]> Formats { get; }

Property Value

Type: IReadOnlyDictionaryInt32, Byte
The optional formats.
See Also