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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.