ShellDataObjectFormatBuildCF_HDROPAsByteArray Method |
Builds the CF_HDROP format as a byte array.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static byte[] BuildCF_HDROPAsByteArray(
IEnumerable<string> strings,
POINT? point = null,
bool pointInNonClientArea = false
)
Parameters
- strings
- Type: System.Collections.GenericIEnumerableString
A list of strings. - point (Optional)
- Type: SystemNullablePOINT
An optional point. - pointInNonClientArea (Optional)
- Type: SystemBoolean
If set to true, point specifies the screen coordinates of a point in a window's nonclient area. If set to vale, point specifies the client coordinates of a point in the client area.
Return Value
Type:
ByteA byte array or null.
See Also