AdvantageSelectorDocument Members
The AdvantageSelectorDocument type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
AdvantageSelectorDocument |
Initializes a new instance of the AdvantageSelectorDocument class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
|
GetDocument |
Gets the document.
|
|
|
OnInit |
Raises the Init event.
|
|
|
OnPreRender |
Raises the PreRender event.
|
|
|
RenderBeginTag |
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
|
|
|
RenderEndTag |
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
|
|
|
SaveViewState |
Saves any state that was modified after the TrackViewState method was invoked.
|
|
|
SetDocument |
Sets the document.
|
Fields
| Name | Description | |
|---|---|---|
|
|
SelectButton |
The select button
|
|
|
SelectLabel |
The select label
|
|
|
SelectPanel |
The select panel
|
|
|
SelectTextBox |
The select text box
|
|
|
txtDirectories |
The text directories
|
|
|
txtSearchPattern |
The text search pattern
|
Properties
| Name | Description | |
|---|---|---|
|
|
CurrentDomain |
Gets the domain currently scoped to this control.
|
|
|
CurrentLanguage |
Gets the language currently scoped to this control.
|
|
|
CurrentSql |
Gets the SQL helper scoped to the current request.
|
|
|
CurrentUser |
Gets the authenticated user executing the current request.
|
|
|
Directories |
Semi-colon (;) or comma (,) delimited list of paths
|
|
|
Label |
Gets or sets the label.
|
|
|
RenderMode |
Gets or sets the label.
|
|
|
SearchPatterns |
Semi-colon (;) or comma (,) delimited list of paths
|
|
|
TagName |
Gets the name of the control tag. This property is used primarily by control developers.
|

