ButtonStyle (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
New page: {{Enum|The ButtonStyle Enum is used to set what style a button has. It has 3 numbers:| {{Enum/row|0|Custom|A custom style.}} {{Enum/row|1|RobloxButton|A ROBLOX style button outlined in gre...
>Trappingnoobs
Added to enums category
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Enum|The ButtonStyle Enum is used to set what style a button has. It has 3 numbers:|
{{Enum|The ButtonStyle [[Enum]] is used to set what style a button has. It has 3 numbers:|
{{Enum/row|0|Custom|A custom style.}}
{{Enum/row|0|Custom|A custom style.}}
{{Enum/row|1|RobloxButton|A ROBLOX style button outlined in grey.}}
{{Enum/row|1|RobloxButton|A ROBLOX style button outlined in grey.}}
{{Enum/row|2|RobloxButtonDefault|A ROBLOX style button outlined in red.}}
{{Enum/row|2|RobloxButtonDefault|A ROBLOX style button outlined in red.}}
}}
}}
[[Category: Enums]]

Latest revision as of 20:57, 20 July 2011

The ButtonStyle Enum is used to set what style a button has. It has 3 numbers:
Enum Name Description
0 Custom A custom style.
1 RobloxButton A ROBLOX style button outlined in grey.
2 RobloxButtonDefault A ROBLOX style button outlined in red.