FolderNameEditor.FolderBrowser.Style Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The styles the folder browser will use when browsing folders. This should be a combination of flags from the FolderNameEditor.FolderBrowserStyles enumeration.
public:
property System::Windows::Forms::Design::FolderNameEditor::FolderBrowserStyles Style { System::Windows::Forms::Design::FolderNameEditor::FolderBrowserStyles get(); void set(System::Windows::Forms::Design::FolderNameEditor::FolderBrowserStyles value); };
public System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles Style { get; set; }
member this.Style : System.Windows.Forms.Design.FolderNameEditor.FolderBrowserStyles with get, set
Public Property Style As FolderNameEditor.FolderBrowserStyles
Property Value
A FolderNameEditor.FolderBrowserStyles enumeration member that indicates behavior for the FolderNameEditor.FolderBrowser to use.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.