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

适用于