DataGrid.CaptionFont プロパティ
グリッドのキャプションのフォントを取得または設定します。
Public Property CaptionFont As Font
[C#]
public Font CaptionFont {get; set;}
[C++]
public: __property Font* get_CaptionFont();public: __property void set_CaptionFont(Font*);
[JScript]
public function get CaptionFont() : Font;public function set CaptionFont(Font);
プロパティ値
キャプションのフォントを表す Font 。
解説
Font は Windows のフォントをカプセル化し、そのフォントを操作するメソッドを提供します。
使用例
[Visual Basic] Font オブジェクトを使用して、キャプションのフォントを設定する例を次に示します。
Private Sub SetCaptionFont(ByRef myGrid As DataGrid, newFont As System.Drawing.Font)
myGrid.CaptionFont = newFont
End Sub
[C#, C++, JScript] C#、C++、および JScript のサンプルはありません。Visual Basic のサンプルを表示するには、このページの左上隅にある言語のフィルタ ボタン をクリックします。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DataGrid クラス | DataGrid メンバ | System.Windows.Forms 名前空間 | CaptionBackColor | CaptionForeColor