InkToolbarMenuButton.IsExtensionGlyphShown 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否要在功能表按鈕上顯示擴充字元。
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。