ToolStripDropDown.CreateLayoutSettings(ToolStripLayoutStyle) 方法

定义

将各布局选项应用于 ToolStripDropDown

protected:
 override System::Windows::Forms::LayoutSettings ^ CreateLayoutSettings(System::Windows::Forms::ToolStripLayoutStyle style);
protected override System.Windows.Forms.LayoutSettings CreateLayoutSettings (System.Windows.Forms.ToolStripLayoutStyle style);
protected override System.Windows.Forms.LayoutSettings? CreateLayoutSettings (System.Windows.Forms.ToolStripLayoutStyle style);
override this.CreateLayoutSettings : System.Windows.Forms.ToolStripLayoutStyle -> System.Windows.Forms.LayoutSettings
Protected Overrides Function CreateLayoutSettings (style As ToolStripLayoutStyle) As LayoutSettings

参数

返回

用于此 LayoutSettingsToolStripDropDown

适用于