Click or drag to resize

DROPDESCRIPTION Structure

Describes the image and accompanying text for a drop object.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public struct DROPDESCRIPTION

The DROPDESCRIPTION type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldszInsert
Text such as "Documents", inserted as specified by szMessage.
Public fieldszMessage
Text such as "Move to %1".
Public fieldtype
A DROPIMAGETYPE indicating the stock image to use.
Top
See Also