DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.State 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual property System::Windows::Forms::AccessibleStates State { System::Windows::Forms::AccessibleStates get(); };
public override System.Windows.Forms.AccessibleStates State { get; }
member this.State : System.Windows.Forms.AccessibleStates
Public Overrides ReadOnly Property State As AccessibleStates
屬性值
一個位元組合的 AccessibleStates 數值。 預設值為 Selectable。
例外狀況
該財產的 Owner 價值為 null。
備註
State房產價值總是包含價值。Selectable 如果選取了包含該儲存格的 ,DataGridViewColumn則State包含 該Selected值。 如果擁有的儲存格目前未顯示,則 State 會包含該 Offscreen 值。