ToolStripDropDown.Font プロパティ

定義

ToolStripDropDownに表示されるテキストのフォントを取得または設定します。

public:
 virtual property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public override System.Drawing.Font Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Overrides Property Font As Font

プロパティ値

コントロールによって表示されるテキストに適用する Font

注釈

フォントが設定されていない場合、このプロパティは親コントロールのフォントを返します。

適用対象