<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/CustomEditBox:getSidesColor?action=history&amp;feed=atom</id>
	<title>CustomEditBox:getSidesColor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/CustomEditBox:getSidesColor?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomEditBox:getSidesColor&amp;action=history"/>
	<updated>2026-05-19T07:27:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=CustomEditBox:getSidesColor&amp;diff=58858&amp;oldid=prev</id>
		<title>AriosJentu: Created page with &quot;__NOTOC__ {{Client function}} This function gets Custom EditBox's sides color.  == Syntax == &lt;syntaxhighlight lang=&quot;lua&quot;&gt; hex6/bool CustomEditBox:getSidesColor() &lt;/syntaxhighl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=CustomEditBox:getSidesColor&amp;diff=58858&amp;oldid=prev"/>
		<updated>2018-09-05T16:19:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{Client function}} This function gets Custom EditBox&amp;#039;s sides color.  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; hex6/bool CustomEditBox:getSidesColor() &amp;lt;/syntaxhighl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
This function gets Custom EditBox's sides color.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
hex6/bool CustomEditBox:getSidesColor()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returns === &lt;br /&gt;
Returns hexademical with 6 chars string of color. Can be ''false'', if color isn't set.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
[[File:CustomEditSetSidesColor.png|thumb|right|Example of code]]&lt;br /&gt;
This example creating window with EditBoxes with custom colors:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local Window = CustomWindow.create(100, 100, 200, 220, &amp;quot;Example&amp;quot;, false)&lt;br /&gt;
local Image = GuiStaticImage.create(2, 52, 196, 166, pane, false, Window)&lt;br /&gt;
local Edit = CustomEdit.create(5, 55, 190, 30, &amp;quot;Edit Box&amp;quot;, false, Window)&lt;br /&gt;
local Memo = CustomMemo.create(5, 90, 190, 90, &amp;quot;Memo Box\nNew Line&amp;quot;, false, Window)&lt;br /&gt;
local Spin = CustomSpinner.create(5, 185, 190, 30, false, Window)&lt;br /&gt;
&lt;br /&gt;
Window:setColorScheme(Themes.Dark.Purple)&lt;br /&gt;
Window:showBar(&amp;quot;top&amp;quot;, 50)&lt;br /&gt;
&lt;br /&gt;
Image:setColor(&amp;quot;FFDA4242&amp;quot;)&lt;br /&gt;
Image:setEnabled(false)&lt;br /&gt;
&lt;br /&gt;
Edit:setSidesColor(&amp;quot;DA4242&amp;quot;)&lt;br /&gt;
Memo:setSidesColor(&amp;quot;DA4242&amp;quot;)&lt;br /&gt;
Spin:setSidesColor(&amp;quot;DA4242&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
outputChatBox(Edit:getSidesColor())&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{CWSFUNCS}}&lt;/div&gt;</summary>
		<author><name>AriosJentu</name></author>
	</entry>
</feed>