DataGridViewImageCell.ImageLayout プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As DataGridViewImageCell Dim value As DataGridViewImageCellLayout value = instance.ImageLayout instance.ImageLayout = value
public: property DataGridViewImageCellLayout ImageLayout { DataGridViewImageCellLayout get (); void set (DataGridViewImageCellLayout value); }
/** @property */ public DataGridViewImageCellLayout get_ImageLayout () /** @property */ public void set_ImageLayout (DataGridViewImageCellLayout value)
public function get ImageLayout () : DataGridViewImageCellLayout public function set ImageLayout (value : DataGridViewImageCellLayout)
このセルの DataGridViewImageCellLayout。既定値は NotSet です。


このプロパティを変更すると、セルの内容が自動的に再描画されます。
セルを所有している列の ImageLayout プロパティを設定すると、その列に含まれるすべてのセルの ImageLayout プロパティも設定され、列の表示が更新されます。各セルの指定した値をオーバーライドするには、列の値を設定してからセルの値を設定します。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- DataGridViewImageCell.ImageLayout プロパティのページへのリンク