UpWmlMobileTextWriter.RenderBeginSelect Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Começa a renderização de uma lista de seleção. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja
public:
override void RenderBeginSelect(System::String ^ name, System::String ^ iname, System::String ^ ivalue, System::String ^ title, bool multiSelect);
public override void RenderBeginSelect(string name, string iname, string ivalue, string title, bool multiSelect);
override this.RenderBeginSelect : string * string * string * string * bool -> unit
Public Overrides Sub RenderBeginSelect (name As String, iname As String, ivalue As String, title As String, multiSelect As Boolean)
Parâmetros
- name
- String
O nome do controlo.
- iname
- String
O nome que o navegador deve usar para enviar o índice selecionado de volta ao servidor.
- ivalue
- String
O valor inicial.
- title
- String
O Title atributo nos dispositivos WML.
- multiSelect
- Boolean
Se deve permitir múltiplas seleções.