DataGridColumnStyle.CreateHeaderAccessibleObject メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DataGridColumnStyle.CreateHeaderAccessibleObject メソッドの意味・解説 

DataGridColumnStyle.CreateHeaderAccessibleObject メソッド

列の AccessibleObject を取得します

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Protected Overridable Function
 CreateHeaderAccessibleObject As AccessibleObject
Dim returnValue As AccessibleObject

returnValue = Me.CreateHeaderAccessibleObject
protected virtual AccessibleObject CreateHeaderAccessibleObject
 ()
protected:
virtual AccessibleObject^ CreateHeaderAccessibleObject ()
protected AccessibleObject CreateHeaderAccessibleObject ()
protected function CreateHeaderAccessibleObject
 () : AccessibleObject

戻り値
列の AccessibleObject

解説解説

このプロパティは、DataGridTableStyle の System.Windows.Forms.DataGrid プロパティ変更される呼び出されます。このプロパティ必要になるのは、DataGridColumnStyle によりホストされる子コントロールはすべて System.Windows.Forms.DataGrid コントロールControlCollection追加する必要があるためです。

使用例使用例

DataGridColumnStyleSystem.Windows.Forms.DataGrid取得するコード例次に示します

private void GetDataGrid(DataGridTableStyle
 thisColumn){
    DataGrid myDataGrid;
    
    // Get the DataGrid of the column.
    myDataGrid = thisColumn.DataGrid;
 }

private:
   void GetDataGrid( DataGridTableStyle^ thisColumn )
   {
      DataGrid^ myDataGrid;
      
      // Get the DataGrid of the column.
      myDataGrid = thisColumn->DataGrid;
   }
private void GetDataGrid(DataGridTableStyle
 thisColumn)
{
    DataGrid myDataGrid;
    // Get the DataGrid of the column.
    myDataGrid = thisColumn.get_DataGrid();
} //GetDataGrid
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataGridColumnStyle クラス
DataGridColumnStyle メンバ
System.Windows.Forms 名前空間
DataGrid クラス
DataGridTableStyle



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

DataGridColumnStyle.CreateHeaderAccessibleObject メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DataGridColumnStyle.CreateHeaderAccessibleObject メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS