DataGridViewCell.InheritedStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前套用至儲存格的樣式。
public:
property System::Windows::Forms::DataGridViewCellStyle ^ InheritedStyle { System::Windows::Forms::DataGridViewCellStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedStyle : System.Windows.Forms.DataGridViewCellStyle
Public ReadOnly Property InheritedStyle As DataGridViewCellStyle
屬性值
目前套用至儲存格的 DataGridViewCellStyle。
- 屬性
例外狀況
備註
控制項 DataGridView 會使用儲存格 InheritedStyle 屬性所指示的樣式來顯示其儲存格,而該樣式會繼承類型的其他屬性。 DataGridViewCellStyle 透過 Style 屬性指定的樣式會覆寫透過所有其他儲存格樣式屬性指定的樣式,但不一定表示參與儲存格外觀的所有樣式。
如需詳細資訊,請參閱Windows Forms DataGridView 控制項中的儲存格樣式。