BitmapDropType Class Reference
 
 
 
BitmapDropType Class Reference

#include <idraganddrop.h>

Inheritance diagram for BitmapDropType:
DropType MaxHeapOperators

Class Description

See also:
Class FileDropType, DropTypes.

Description:
This class represents the bitmap DropType and is available through the built-in type instance bitmapDropType.

Public Member Functions

int  TypeCode ()

Member Function Documentation

int TypeCode ( ) [inline, virtual]
Remarks:
This method returns the typecode of the DropType.
Default Implementation:
{ return BITMAP_DROPTYPE; }

Implements DropType.

{ return BITMAP_DROPTYPE; }