ToolStripDropDownMenu.LayoutStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示 ContextMenuStrip 的項目會如何顯示。
public:
property System::Windows::Forms::ToolStripLayoutStyle LayoutStyle { System::Windows::Forms::ToolStripLayoutStyle get(); void set(System::Windows::Forms::ToolStripLayoutStyle value); };
public System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get; set; }
member this.LayoutStyle : System.Windows.Forms.ToolStripLayoutStyle with get, set
Public Property LayoutStyle As ToolStripLayoutStyle
屬性值
其中一個 ToolStripLayoutStyle 值。 預設值為 Flow。
備註
根據預設, ContextMenuStrip 專案會視需要水準或垂直流動。 ToolStripLayoutStyle如需其他可能性,請參閱 列舉。