DataGridView.DataGridViewAccessibleObject.GetFocused 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回具有鍵盤焦點的 DataGridViewCell 之可存取物件。
public:
override System::Windows::Forms::AccessibleObject ^ GetFocused();
public override System.Windows.Forms.AccessibleObject GetFocused ();
public override System.Windows.Forms.AccessibleObject? GetFocused ();
override this.GetFocused : unit -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetFocused () As AccessibleObject
傳回
AccessibleObject,指定具有目前焦點的 DataGridViewCell;如果 DataGridView 沒有焦點,則為 null
。