TabControl.BackgroundImageLayoutChanged イベント
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文Public Event BackgroundImageLayoutChanged As EventHandler
Dim instance As TabControl Dim handler As EventHandler AddHandler instance.BackgroundImageLayoutChanged, handler
public event EventHandler BackgroundImageLayoutChanged
public: event EventHandler^ BackgroundImageLayoutChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_BackgroundImageLayoutChanged (EventHandler value) /** @event */ public void remove_BackgroundImageLayoutChanged (EventHandler value)
解説このコントロールでは BackgroundImageLayout プロパティは無効ですが、その値を変更し、BackgroundImageLayoutChanged イベントを処理して変更を検出することはできます。
プラットフォームWindows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- TabControl.BackgroundImageLayoutChanged イベントのページへのリンク