Click or drag to resize

GetDragDropParametersEventArgsStreamsAreRealized Property

Gets or sets a value indicating whether streams are realized.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool StreamsAreRealized { get; set; }

Property Value

Type: Boolean
true if streams are realized; otherwise, false.
See Also