TableLayoutPanel.LayoutEngine プロパティ

定義

パネルのレイアウト エンジンのキャッシュされたインスタンスを取得します。

public:
 virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overrides ReadOnly Property LayoutEngine As LayoutEngine

プロパティ値

LayoutEngine

パネルの内容の LayoutEngine

適用対象