バージョン

TabCloseButtonAlignment 列挙体

[閉じる] ボタンをタブ項目内にどのように配置するかを決定します。
シンタックス
'宣言
 
Public Enum TabCloseButtonAlignment 
   Inherits System.Enum
public enum TabCloseButtonAlignment : System.Enum 
メンバ
メンバ解説
AfterContent[閉じる] ボタンは、タブ項目の画像およびテキストの前に配置されます。
BeforeContent[閉じる] ボタンは、タブ項目の画像およびテキストの後に配置されます。
Defaultデフォルトの [閉じる] ボタン配置を使用します。
参照