ToolStripItem.MergeAction 屬性

定義

取得或設定子功能表要如何與父功能表合併的值。

public:
 property System::Windows::Forms::MergeAction MergeAction { System::Windows::Forms::MergeAction get(); void set(System::Windows::Forms::MergeAction value); };
public System.Windows.Forms.MergeAction MergeAction { get; set; }
member this.MergeAction : System.Windows.Forms.MergeAction with get, set
Public Property MergeAction As MergeAction

屬性值

其中一個 MergeAction 值。 預設值為 MatchOnly

例外狀況

所指派的值不是其中一個 MergeAction 值。

適用於