DataGridViewRow.DataGridViewRowAccessibleObject.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 值的按位组合。 默认值为 SelectableFocusable 值的按位组合。

例外

Owner 属性的值为 null

注解

如果选定行中的所有DataGridViewCell对象,该State属性将包含Selected该值。 State 不指示行是否已滚动出视图。

适用于

另请参阅