共用方式為


WmlMobileTextWriter.NumberOfSoftkeys 屬性

定義

傳回裝置支援的螢幕鍵盤數目。 預設值為 0。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

protected:
 property int NumberOfSoftkeys { int get(); };
protected int NumberOfSoftkeys { get; }
member this.NumberOfSoftkeys : int
Protected ReadOnly Property NumberOfSoftkeys As Integer

屬性值

裝置支援的螢幕鍵盤數目。

備註

軟體機碼是應用程式通常可對應至自定義工作的特殊索引鍵。 軟鍵文字會顯示在左下角和右下角的畫面上。

適用於

另請參閱