InkToolbarCustomToolButton.ConfigurationContent プロパティ

定義

InkToolbarCustomToolButton に関連付けられているオプションのインク ストローク構成ポップアップの内容を取得または設定します。

public:
 property UIElement ^ ConfigurationContent { UIElement ^ get(); void set(UIElement ^ value); };
UIElement ConfigurationContent();

void ConfigurationContent(UIElement value);
public UIElement ConfigurationContent { get; set; }
var uIElement = inkToolbarCustomToolButton.configurationContent;
inkToolbarCustomToolButton.configurationContent = uIElement;
Public Property ConfigurationContent As UIElement

プロパティ値

ポップアップの内容。 既定値は null です

注釈

InkToolbar の各機能は、ポップアップの補助機能をサポートできます (機能ボタンの "拡張機能グリフ" は、機能が使用可能であることをユーザーに示します)。

機能にアクセスするには、機能ボタンが既に選択されている必要があり、ユーザーはボタンをもう一度選択する必要があります。

適用対象

こちらもご覧ください