次の方法で共有


_CommandBars.LargeButtons プロパティ

定義

表示されるツール バー ボタンが通常のサイズより大きいかどうかを判断します。

public:
 property bool LargeButtons { bool get(); void set(bool value); };
public bool LargeButtons { get; set; }
member this.LargeButtons : bool with get, set
Public Property LargeButtons As Boolean

プロパティ値

注釈

表示されるツール バー ボタンが通常のサイズより大きい場合、返される値は True です。 False の 場合は小さくなります。

適用対象