FlexPivot for WinForms
ShowThemedHeaders プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : ShowThemedHeaders プロパティ
Gets or sets whether the control should use Xp themes for displaying row or column headers.
シンタックス
'宣言
 
Public Property ShowThemedHeaders As ShowThemedHeadersEnum
public ShowThemedHeadersEnum ShowThemedHeaders {get; set;}
解説

This property only has an effect if the application is themed. To enable themes for an application, you can either call the Application.EnableVisualStyles method or use a manifest file. Please refer to MSDN for details.

Setting the System.Windows.Forms.BorderStyle property to BorderStyleEnum.XpThemes automatically sets this property to ShowThemedHeadersEnum.Both.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ