TcxCustomShellComboBoxProperties.ShowFullPath Property
Specifies the manner in which the full path to the current shell item is displayed within the edit region.
Declaration
property ShowFullPath: TcxShellComboBoxShowFullPath read; write; default sfpNever;
Property Value
Type | Default |
---|---|
TcxShellComboBoxShowFullPath | sfpNever |
Remarks
Use the ShowFullPath property to specify the manner in which the full path to the current shell item is displayed within the edit region.
All the possible values for this property are listed in the following table.
Value | Meaning |
---|---|
sfpNever | The edit region of the shell combo box contains only the display name of the current shell item within its parent folder. |
sfpAlways | The edit region displays the absolute path to the current shell item (from the Shell root) even when the edit region of the shell combo box is focused. |
sfpNotFocused | The edit region displays the absolute path to the current shell item (from the Shell root) only when the edit region of the shell combo box is not focused. |
The default value of the ShowFullPath property is sfpNever.
See Also