Click or drag to resize

CustomFolderComboBox Properties

The CustomFolderComboBox type exposes the following members.

Properties
 NameDescription
Public propertyFont Gets or sets the font of the text displayed by the control and adapts UseSystemFont is set to false.
(Inherited from CustomEditComboBox)
Public propertyIsInitialized Gets a value indicating whether the component is initialized.
(Inherited from CustomEditComboBox)
Protected propertyOverlayTextBox Provides access to the TextBox field of the control.
(Inherited from CustomEditComboBox)
Public propertyShellAutoCompletionMode This property controls the availability of the shells autocompletion mode, if set to FileSystem, Url or both, the ComboBox provides a TextField the user can type to. If disabled the default combobox behavior without editing functionality is used. Both, FileSystem and Url can be specified at once and are enabled by default. ShellAutoComplete.Url needs to be used to also provide autocompletion for UNC-Paths.
(Inherited from CustomEditComboBox)
Public propertyShowFullPath If set to true, the full path of the selected item is shown in the combobox
Public propertyUseSystemFont Set this property to true if you want the component to utilize the default system font. It is also set to true if the UseSystemStyles property is set.
(Inherited from CustomEditComboBox)
Public propertyUseSystemStyles Use this property to turn on or off the usage of the system specific design, i.e. enable Vista visual styles of the explorer components.
(Inherited from CustomEditComboBox)
Top
See Also