InkToolbarMenuButton.IsExtensionGlyphShown 屬性

定義

取得或設定是否要在功能表按鈕上顯示擴充字元。

public:
 property bool IsExtensionGlyphShown { bool get(); void set(bool value); };
bool IsExtensionGlyphShown();

void IsExtensionGlyphShown(bool value);
public bool IsExtensionGlyphShown { get; set; }
var boolean = inkToolbarMenuButton.isExtensionGlyphShown;
inkToolbarMenuButton.isExtensionGlyphShown = boolean;
Public Property IsExtensionGlyphShown As Boolean

屬性值

Boolean

bool

如果顯示圖像,則為true。 否則為 false

適用於

另請參閱