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 link to 'Enum'
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.}}
}}
}}

Revision as of 20:06, 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.