共用方式為


ControlBarButtonStrings interface

可覆寫 ControlBarButton 字串。

屬性

label

按鈕的標籤。 如果使用的話,這會取代 onLabel 或 offLabel。

offLabel

未核取按鈕時所顯示的按鈕標籤。

onLabel

核取按鈕時所顯示的按鈕標籤。

tooltipContent

按鈕的工具提示內容。 這會取代工具tipDisabledContent、tooltipOnContent 和 tooltipOffContent。

tooltipDisabledContent

停用按鈕時的工具提示內容。

tooltipOffContent

按鈕處於未核取狀態時的工具提示內容。

tooltipOnContent

按鈕處於核取狀態時的工具提示內容。

屬性詳細資料

label

按鈕的標籤。 如果使用的話,這會取代 onLabel 或 offLabel。

label?: string

屬性值

string

offLabel

未核取按鈕時所顯示的按鈕標籤。

offLabel?: string

屬性值

string

onLabel

核取按鈕時所顯示的按鈕標籤。

onLabel?: string

屬性值

string

tooltipContent

按鈕的工具提示內容。 這會取代工具tipDisabledContent、tooltipOnContent 和 tooltipOffContent。

tooltipContent?: string

屬性值

string

tooltipDisabledContent

停用按鈕時的工具提示內容。

tooltipDisabledContent?: string

屬性值

string

tooltipOffContent

按鈕處於未核取狀態時的工具提示內容。

tooltipOffContent?: string

屬性值

string

tooltipOnContent

按鈕處於核取狀態時的工具提示內容。

tooltipOnContent?: string

屬性值

string