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 当前未显示单元格时的值。

适用于

另请参阅