IconView

Inherits Control

Implements a control that displays icon items.

IconView items are indexed by a key.

This control has an internal cursor used for accessing its items. Use the Move*() methods to move the internal cursor, and the Item property to get the item it points at.

This class is creatable.

DIM hIconView AS IconView

hIconView = NEW IconView ( Parent AS Container )

Creates a new IconView.

This class acts like a read-only array.

DIM hIconView AS IconView
DIM hIconViewItem AS .IconViewItem

hIconViewItem = hIconView [ Key AS String ]

Returns an IconView item from its key.

Properties  Methods  Events  Constants 
Arrangement  Available  BackColor  Background  Border  ClientH  ClientHeight  ClientW  ClientWidth  Count  Current  Cursor  Design  Drop  Enabled  Font  ForeColor  Foreground  GridX  GridY  H  Handle  Height  Id  Item  Key  Left  Mode  Mouse  Parent  ScreenX  ScreenY  ScrollBar  Tag  ToolTip  Top  Visible  W  Width  Window  WordWrap  X  Y    Add  Clear  Delete  Drag  Exist  Find  Grab  Hide  Lower  Move  MoveFirst  MoveNext  MoveTo  Raise  Refresh  Remove  Resize  SelectAll  SetFocus  Show    Activate  Click  DblClick  Delete  Drag  DragMove  Drop  Enter  GotFocus  KeyPress  KeyRelease  Leave  LostFocus  Menu  MouseDown  MouseMove  MouseUp  MouseWheel  Rename  Select    Extended  Free  LeftRight  Multi  None  Single  TopBottom