Literal.Focus 方法
定义
public:
override void Focus();
public override void Focus ();
override this.Focus : unit -> unit
Public Overrides Sub Focus ()
例外
注解
Literal控件重写 Focus 基类的方法。The Literal control overrides the Focus method of the base class. Focus控件的方法 Literal 始终引发异常以指示 Focus 控件上不支持该方法 Literal 。The Focus method of a Literal control always throws an exception to indicate that the Focus method is not supported on a Literal control.