etc.negui.event.dropfile

どらっぐあんどどろっぷ
class DropFileException: etc.negui.system.exception.NeGuiException;

class DropFile: etc.negui.system.raii.HandleRaii, etc.negui.system.raii.IRaii;

protected Text[] Addresses;

protected POINT Point;

immutable bool inClient;

this(HDROP hDrop , bool Suicide );
History:
1.031
  • bug取得座標勘違いしてた。
const const(POINT) point();

const size_t length();

const const(Text) opIndex(size_t Index );

const const(Text)[] opSlice();

const const(Text)[] opSlice(size_t Start , size_t End );