DataGridViewCell.DataGridViewCellAccessibleObject.State 屬性

定義

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 數值。

例外狀況

該財產的 Owner 價值為 null

備註

回傳值總是包含 SelectableFocusable 值。 同時也包含選取相關格子時的 Selected 值、鍵盤聚焦區塊的值, Focused 以及目前未顯示格子時的 Offscreen 值。

適用於

另請參閱