ContainerControl.CreateParams 屬性
定義
建立控制代碼時,取得必要的建立參數。Gets the required creation parameters when the control handle is created.
protected:
virtual property System::Windows::Forms::CreateParams ^ CreateParams { System::Windows::Forms::CreateParams ^ get(); };
protected override System.Windows.Forms.CreateParams CreateParams { get; }
member this.CreateParams : System.Windows.Forms.CreateParams
Protected Overrides ReadOnly Property CreateParams As CreateParams
屬性值
CreateParams,包含建立控制項之控制代碼時所需的建立參數。A CreateParams that contains the required creation parameters when the handle to the control is created.