Click or drag to resize

GetDataObjectEventArgsFormats Property

Gets the optional formats.

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

Property Value

Type: IReadOnlyDictionaryInt32, Byte
The optional formats.
See Also