﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1809	Made an Error in script -> GUICtrlCreateButton $SS_RIGHT Create CheckBox	Emiel Wieldraaijer		"Hi,

It's not really a bug i guess.. because it's bad coding .. but when i add $SS_Right to a GUICtrlCreateButton it will make a none checkable checkbox from a button control...

{{{
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>

GUICreate(""Test"", 200, 200)
GUICtrlCreateButton(""Test"", 10, 20, 100, 20, $SS_RIGHT)
GUISetState()

While 1
	$msg = GUIGetMsg()
	If $msg = $GUI_EVENT_CLOSE Then Exit
WEnd
}}}

Best regards,

Emiel Wieldraaijer"	Bug	closed		AutoIt	3.3.6.1	None	No Bug	GUICtrlCreateButton $SS_RIGHT Create CheckBox	
