|
inline |
Returns the current browse mode.
One of enumerated BrowseMode values indicated the current browse mode:
Use this method to retrieve the current browse mode of the edit control. The edit control is initialized with the BrowseMode_None mode (browse button is hidden). You have to call one of the following methods in order to enable a browse mode: CBCGPEdit::EnableCalculatorButton, CBCGPEdit::EnableFolderBrowseButton, CBCGPEdit::EnableFileBrowseButton, CBCGPEdit::EnableBrowseButton or CBCGPEdit::EnablePopupDialog.