ControlDesigner.ControlDesignerAccessibleObject.GetFocused メソッド

定義

キーボード フォーカスを持つオブジェクトを取得します。

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 。 オブジェクト自体がフォーカスされている場合、このメソッドは呼び出し元のオブジェクトを返します。 フォーカスを持つオブジェクトがない場合は、 null を返します。

適用対象