Search found 3 matches

by DVVGmbH
Wed Dec 01, 2021 3:39 am
Forum: PowerShell GUIs
Topic: Checkbox flatappearance.checkedbackcolor didn't work
Replies: 4
Views: 1853

Re: Checkbox flatappearance.checkedbackcolor didn't work

... I can change the "checkedbackcolor", but when I start the script, there is not the new color.
by DVVGmbH
Wed Dec 01, 2021 3:36 am
Forum: PowerShell GUIs
Topic: Checkbox flatappearance.checkedbackcolor didn't work
Replies: 4
Views: 1853

Re: Checkbox flatappearance.checkedbackcolor didn't work

Hi jvierra, thanks for your answer. The problem ist, that there ist no effect, when I configured it in the "Designer"-Area of the Powershell Studio. It is no problem to Change the "FlatStyle" to "Flat", but the "FlatAppearance" didn't work. I hope, you underst...
by DVVGmbH
Fri Nov 26, 2021 5:08 am
Forum: PowerShell GUIs
Topic: Checkbox flatappearance.checkedbackcolor didn't work
Replies: 4
Views: 1853

Checkbox flatappearance.checkedbackcolor didn't work

Powershell

$checkbox1.flatstyle = 'flat'
$checkbox1.flatappearance.checkedbackcolor = 'green'

I use the Sapien Powershell Studio 2020.
Nothing changed when I configure the second line.
The same with this code:
$checkbox1.flatappearance.checkedbackcolor = [system.drawing.color]::fromARGB(255,...)