DataGridViewRow.DataGridViewRowAccessibleObject.GetSelected 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取辅助性对象,该对象表示当前选定的 DataGridViewCell 对象。
public:
override System::Windows::Forms::AccessibleObject ^ GetSelected();
public override System.Windows.Forms.AccessibleObject GetSelected ();
override this.GetSelected : unit -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetSelected () As AccessibleObject
返回
一个辅助性对象,该对象表示 DataGridViewCell 中当前选定的 DataGridViewRow 对象。
例外
Owner 属性的值为 null
。