ToolBar.ImageSize プロパティ
イメージ リストに示される、ツール バーに割り当てられたイメージのサイズを取得します。
Public ReadOnly Property ImageSize As Size
[C#]
public Size ImageSize {get;}
[C++]
public: __property Size get_ImageSize();
[JScript]
public function get ImageSize() : Size;
プロパティ値
ToolBar に割り当てられた (ImageList の) イメージのサイズを表す Size 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ToolBar クラス | ToolBar メンバ | System.Windows.Forms 名前空間 | ImageList | Size