MenuItemBinding.PopOutImageUrl プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プロパティが優先されます。