- _getData
void[] _getData(LPCWSTR type, LPCWSTR name)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
- getBitmap
Bitmap getBitmap(int id)
Bitmap getBitmap(Dstring name)
- getCursor
Cursor getCursor(int id)
Cursor getCursor(Dstring name)
- getData
void[] getData(int type, int id)
void[] getData(Dstring type, int id)
void[] getData(int type, Dstring name)
void[] getData(Dstring type, Dstring name)
- getIcon
Icon getIcon(int id, bool defaultSize)
Icon getIcon(Dstring name, bool defaultSize)
Icon getIcon(int id, int width, int height)
Icon getIcon(Dstring name, int width, int height)
- getString
Dstring getString(int id)