IDataObjectFormatsSetFormat Method |
Gets the formats.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax void SetFormat(
int format,
byte[] bytes
)
Parameters
- format
- Type: SystemInt32
The format. - bytes
- Type: SystemByte
The data as an array of bytes.
Field Value
Type:
The formats.
See Also