The Filebox type exposes the following members.

Properties

  NameDescription
Public propertyAutoNavigate
Gets/Sets whether to automatically navigate
Public propertyCanFocus
Gets the controls ability to receive focus
(Inherited from Control.)
Public propertyDisposing
Gets the disposing state of the control
(Inherited from Control.)
Public propertyEnabled
Gets/Sets the enabled state of the control
(Inherited from Control.)
Public propertyFilePath
Gets/Sets the current file path
Public propertyFocused
Gets if the control is currently focused
(Inherited from Control.)
Public propertyFont
Gets/Sets the font to use for items
Public propertyHeight
Gets/Sets the height of the control in pixels
(Inherited from Control.)
Protected propertyInternalSuspended
Allows internally direct access to the Suspended flag of the control
(Inherited from Control.)
Public propertyLastTouch
Gets the coordinates of the last point touched
(Inherited from Control.)
Public propertyLeft
Gets the absolute X position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyListMode
Gets/Sets the ListMode
Public propertyLocation
Gets or sets the location of the control
(Inherited from Control.)
Public propertyMaxScrollX
Gets/Sets maximum X scroll value
(Inherited from ScrollableControl.)
Public propertyMaxScrollY
Gets/Sets maximum Y scroll value
(Inherited from ScrollableControl.)
Public propertyName
Gets the name of the control
(Inherited from Control.)
Public propertyParent
Gets/Sets the control's container
(Inherited from Control.)
Protected propertyRequiredHeight
Gets/Sets the maximum required height
(Inherited from ScrollableControl.)
Protected propertyRequiredWidth
Gets/Sets the maximum required width
(Inherited from ScrollableControl.)
Public propertyScreenBounds
Gets the exact location of the control in pixels on the screen
(Inherited from Control.)
Public propertyScrolling
Gets current scroll state
(Inherited from ScrollableControl.)
Public propertyScrollX
Gets/Sets current X scroll value
(Inherited from ScrollableControl.)
Public propertyScrollY
Gets/Sets current Y scroll value
(Inherited from ScrollableControl.)
Public propertySelectedIndex
Gets the index of the selected item.
Public propertySelectedIsFile
Gets if the selected item is a file.
Public propertySelectedValue
Gets the full path of the selected item
Public propertySuspended
Gets/Sets the suspended state
(Inherited from Control.)
Public propertyTag
Gets or sets a user defined tag for the control
(Inherited from Control.)
Public propertyTop
Gets the absolute Y position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyTouching
Gets the current touch state of the control
(Inherited from Control.)
Public propertyVisible
Gets/Sets the visibility of the control
(Inherited from Control.)
Public propertyWidth
Gets/Sets the width of the control in pixels
(Inherited from Control.)
Public propertyX
Gets/Sets the X position in pixels
(Inherited from Control.)
Public propertyY
Gets/Sets the Y position in pixels
(Inherited from Control.)

See Also