MenuItemBinding.PopOutImageUrl プロパティ

定義

MenuItemBinding オブジェクトが適用されるメニュー項目の動的サブメニューの存在を示すイメージの URL を取得または設定します。

public:
 property System::String ^ PopOutImageUrl { System::String ^ get(); void set(System::String ^ value); };
public string PopOutImageUrl { get; set; }
member this.PopOutImageUrl : string with get, set
Public Property PopOutImageUrl As String

プロパティ値

MenuItemBindingが適用されるメニュー項目の動的サブメニューの存在を示すイメージの URL。

注釈

Menu コントロールがデータ ソースにバインドされている場合は、PopOutImageUrl プロパティを使用して、MenuItem.PopOutImageUrl オブジェクトのMenuItem プロパティの URL を指定します。 この URL は、 MenuItemBinding オブジェクトが適用されているすべてのメニュー項目と共有されます。

Note

PopOutImageUrl プロパティを直接設定することで、個々のメニュー項目の URL をオーバーライドできます。

PopOutImageUrl プロパティを設定することで、MenuItem オブジェクトのPopOutImageUrlField プロパティをデータ ソースのフィールドにバインドできます。 レンダリングすると、PopOutImageUrl オブジェクトが適用される各メニュー項目のMenuItemBinding プロパティに、フィールドの対応する値が含まれます。

Note

PopOutImageUrlプロパティとPopOutImageUrlFieldプロパティの両方が設定されている場合は、PopOutImageUrlField プロパティが優先されます。

適用対象

こちらもご覧ください