Control.LayoutEngine プロパティ

定義

コントロールのレイアウト エンジンのキャッシュ インスタンスを取得します。

public:
 virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overridable ReadOnly Property LayoutEngine As LayoutEngine

プロパティ値

コントロールの内容の LayoutEngine

属性

注釈

プロパティは LayoutEngine 、コントロール自体ではなく、コントロールの子のレイアウト エンジンを取得します。

適用対象

こちらもご覧ください