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

AccessibleStates 值的位元組合。

例外狀況

Owner 屬性的值是 null

備註

傳回值一律包含 SelectableFocusable 值。 如果已選取相關聯的儲存格、 Focused 儲存格具有鍵盤焦點的值,以及 Offscreen 目前未顯示儲存格的值,它也會包含 Selected 值。

適用於

另請參閱