<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Hide the titlebar buttons with a script</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3</link>
<description>DisplayFusion RSS: Hide the titlebar buttons with a script</description>
<lastBuildDate>Sat, 23 May 2026 16:17:58 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3</generator>
<item>
<title>RE: Hide the titlebar buttons with a script</title>
<link>https://www.displayfusion.com/Discussions/View/hide-the-titlebar-buttons-with-a-script/?ID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3#3</link>
<pubDate>Tue, 11 Aug 2015 17:53:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hide-the-titlebar-buttons-with-a-script/?ID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[You could also do:
BFS.DisplayFusion.RunFunction("Toggle TitleBar Buttons");
Hope that helps!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You could also do:<br/>
<br/>
BFS.DisplayFusion.RunFunction("Toggle TitleBar Buttons");<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hide the titlebar buttons with a script</title>
<link>https://www.displayfusion.com/Discussions/View/hide-the-titlebar-buttons-with-a-script/?ID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3#2</link>
<pubDate>Mon, 10 Aug 2015 23:39:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hide-the-titlebar-buttons-with-a-script/?ID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[For those who are interested in a solution, here's a quick workaround, but I would prefer to do it the right way, for example by using the appropriate Code
Copy
Select All
BFS.something
command. Also, a method to check if the titlebar Buttons are enabled would be great for a "if" command.
An...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
For those who are interested in a solution, here's a quick workaround, but I would prefer to do it the right way, for example by using the appropriate <div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e55a10cd3769eb7b16211c4334156" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e55a10cd3769eb7b16211c4334156Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e55a10cd3769eb7b16211c4334156Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.something</pre><textarea id="code019e55a10cd3769eb7b16211c4334156" name="code019e55a10cd3769eb7b16211c4334156" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div> command. Also, a method to check if the titlebar Buttons are enabled would be great for a "if" command.<br/>
Anyway, here's the workaround: In the settings go to the <i>"Functions"</i> and set a Key Combination for<br/>
<i>"<span style="text-decoration:underline;">DisplayFusion Functions</span><br/>
Toggle TitleBar Buttons"</i>.<br/>
Then open your script and add the <div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e55a10cd67436acefa77d321b0c52" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e55a10cd67436acefa77d321b0c52Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e55a10cd67436acefa77d321b0c52Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Input.SendKeys();</pre><textarea id="code019e55a10cd67436acefa77d321b0c52" name="code019e55a10cd67436acefa77d321b0c52" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div> command (<a href="http://www.displayfusion.com/ScriptedFunctions/Help#bfs_input_sendkeys" target="_blank" rel="nofollow"><b>http://www.displayfusion.com/ScriptedFunctions/Help#bfs_input_sendkeys</b></a>) with your key combination. A window should pop up, to help you with the string to put in. And that is basically it.<br/>
Please note that I coded in C#, I don't know if this works in Visual Basic.<br/>
If you know the "correct" way to implement this feature, please post the solution in this thread or link to it.<br/>
I hope that this will be helpful to somebody.
</div>
]]></content:encoded>
</item>
<item>
<title>Hide the titlebar buttons with a script</title>
<link>https://www.displayfusion.com/Discussions/View/hide-the-titlebar-buttons-with-a-script/?ID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3</link>
<pubDate>Mon, 10 Aug 2015 22:00:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hide-the-titlebar-buttons-with-a-script/?ID=9c162fd3-3b4d-450e-80ea-d9db1caec9c3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Does anyone know if there is a script command to hide / unhide the titlebar Buttons?
Or another method to enable / disable them with a script?
This would help me a lot.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Does anyone know if there is a script command to hide / unhide the titlebar Buttons?<br/>
Or another method to enable / disable them with a script?<br/>
This would help me a lot.
</div>
]]></content:encoded>
</item>
</channel>
</rss>