<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>among_ev</author_name>
  <author_url>https://blog.hatena.ne.jp/among_ev/</author_url>
  <blog_title>amongの雑記</blog_title>
  <blog_url>https://among-ev.hatenadiary.org/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>（自分用メモ）C#で良く使いそうなフォームのスタイル変更方法のメモ。 // フォームの不透明度を変更する this.Opacity = 0.75; // 75% // 常に手前に表示 this.TopMost = true; // 最大化ボタン非表示 this.MaximizeBox = false; // 最小化ボタン非表示 this.MinimizeBox = false; // コントロールボックス（タイトルバー、最小化、最大化ボタンなど）非表示 this.ControlBox = false; // タスクバーにフォームを表示しない this.ShowInTaskbar = false…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Famong-ev.hatenadiary.org%2Fentry%2F20100912%2F1284271252&quot; title=&quot;フォームのスタイル（C#用メモ） - amongの雑記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-09-12 15:00:52</published>
  <title>フォームのスタイル（C#用メモ）</title>
  <type>rich</type>
  <url>https://among-ev.hatenadiary.org/entry/20100912/1284271252</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
