C# 클래스 OKHOSTING.UI.Net4.WebForms.Controls.ListPicker

It represents a control where the user can click and select a value from a list of options Representa un control donde el usuario puede dar clic y seleccionar un valor de una lista de opciones

상속: System.Web.UI.WebControls.DropDownList, IListPicker
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

보호된 프로퍼티들

프로퍼티 타입 설명
_SelectedValue string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ListPicker ( ) : System

Initializes a new instance of the ListPicker class. Inicializa una nueva instancia de la clase ListPicker.

보호된 메소드들

메소드 설명
LoadPostData ( string postDataKey, System postCollection ) : bool

Does nothing since we manage state ourselves No hace nada ya que nosotros manejamos el estado.

OnPreRender ( EventArgs e ) : void

Ons the pre render. Ocurre antes de cambiar el nuevo valor.

RaiseValueChanged ( ) : void

Raises the value changed. Muestra el valor cambiado.

메소드 상세

ListPicker() 공개 메소드

Initializes a new instance of the ListPicker class. Inicializa una nueva instancia de la clase ListPicker.

public ListPicker ( ) : System
리턴 System

LoadPostData() 보호된 메소드

Does nothing since we manage state ourselves No hace nada ya que nosotros manejamos el estado.

protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
리턴 bool

OnPreRender() 보호된 메소드

Ons the pre render. Ocurre antes de cambiar el nuevo valor.

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
리턴 void

RaiseValueChanged() 보호된 메소드

Raises the value changed. Muestra el valor cambiado.

protected RaiseValueChanged ( ) : void
리턴 void

프로퍼티 상세

_SelectedValue 보호되어 있는 프로퍼티

The selected value. El valor seleccionado.

protected string _SelectedValue
리턴 string