StatusStrip.OnSpringTableLayoutCore メソッド

定義

StatusStripのカスタム テーブル レイアウトを提供します。

protected:
 virtual void OnSpringTableLayoutCore();
protected virtual void OnSpringTableLayoutCore();
abstract member OnSpringTableLayoutCore : unit -> unit
override this.OnSpringTableLayoutCore : unit -> unit
Protected Overridable Sub OnSpringTableLayoutCore ()

注釈

カスタム テーブル レイアウトを実行するには、 OnSpringTableLayoutCore をオーバーライドします。 ToolStripLayoutStyle の既定値は Tableです。

適用対象