Textbox & Dropbox Border

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 1 year and 2 days old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
SCFreiburg-IT
Posts: 3
Last visit: Thu Feb 01, 2024 11:42 pm

Textbox & Dropbox Border

Post by SCFreiburg-IT »

Product, version and build: Powershell Studio 5.8.219
Operating system: Windows 11 Enterprise 22H2
PowerShell version(s): 5.1.22621.436

Hello together,

When I create a button I have the possibility to create a border with "FlatAppearance".
How do I do this with a text field or with a dropbox, because there I have no "FlatAppearance" in the menu.

I have two other little Questions:

1. I am using the "Wizard Style" template and would like to add another tab. How do I implement this? It is important that I now want to put this tab first.

2. Is there an easy way to change the color of the tab?


Thanks in advance! :)
by jvierra » Fri Mar 17, 2023 5:15 pm
For buttons use "FlatSty;e" proprty. For "Textbox" use "BorderStyle" property.

Tabs cannot be set to independent colors.
Go to full post
User avatar
Alexander Riedel
Posts: 8473
Last visit: Tue Mar 19, 2024 1:15 am
Answers: 19
Been upvoted: 37 times

Re: Textbox & Dropbox Border

Post by Alexander Riedel »

[Topic moved by moderator]
Alexander Riedel
SAPIEN Technologies, Inc.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Textbox & Dropbox Border

Post by jvierra »

For buttons use "FlatSty;e" proprty. For "Textbox" use "BorderStyle" property.

Tabs cannot be set to independent colors.
This topic is 1 year and 2 days old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked