ToolBar.ImageSize プロパティ

定義

イメージ リストに示される、ツールバーに割り当てられたイメージのサイズを取得します。

public:
 property System::Drawing::Size ImageSize { System::Drawing::Size get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size ImageSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ImageSize : System.Drawing.Size
Public ReadOnly Property ImageSize As Size

プロパティ値

Size

Size に割り当てられた (ImageList の) イメージのサイズを表す ToolBar

属性

適用対象

こちらもご覧ください