
CONTROLS IN VISUAL BASIC 293
Pattern Sets type of files to be displayed
(* For all files)
ReadOnly True Displays read-only files
False Does not display read-only files
System True Displays system files
False Does not display system files
TabIndex Sets the order of movement of the
cursor upon pressing the Tab key
(Index starts from 0)
TabStop True Cursor moves to that control if the
Tab key is pressed
False Cursor does not move to that control
if the Tab key is pressed
Visible True Control becomes visible
False Control becomes invisible
Shape
Draws different types of shapes, e.g., rectangle, circle, oval, square, etc.
Property Setting Description