ContextSelector<T> Members
Include Protected Members
Include Inherited Members
Represents the base class that is used to switch contexts in the central administration site.
The ContextSelector<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContextSelector<T> | Initializes a new instance of the ContextSelector class. |
Top
Properties
Name | Description | |
---|---|---|
AccessKey | (Inherited from WebControl.) | |
Adapter | (Inherited from Control.) | |
AllowChange | Gets or sets a value that indicates whether context change is allowed. | |
AllowPopup | Gets or sets a value that indicates whether pop-ups are allowed. | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
Attributes | (Inherited from WebControl.) | |
BackColor | (Inherited from WebControl.) | |
BindingContainer | (Inherited from Control.) | |
BorderColor | (Inherited from WebControl.) | |
BorderStyle | (Inherited from WebControl.) | |
BorderWidth | (Inherited from WebControl.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClearSelectionText | Gets or sets the unencrypted text selection. | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
ControlStyle | (Inherited from WebControl.) | |
ControlStyleCreated | (Inherited from WebControl.) | |
CssClass | (Inherited from WebControl.) | |
CurrentId | Gets or sets the AdminKeys.CurrentID of the current ViewState object. | |
CurrentItem | Gets the current item. | |
CurrentName | Gets the display name of the current item. | |
DesignMode | (Inherited from Control.) | |
DialogHeight | Gets or sets the height in pixels of the pop-up selection dialog. | |
DialogWidth | Gets or sets the width in pixels of the popup selection dialog. | |
Enabled | (Inherited from WebControl.) | |
EnableTheming | (Inherited from WebControl.) | |
EnableViewState | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
Font | (Inherited from WebControl.) | |
ForeColor | (Inherited from WebControl.) | |
HasAttributes | (Inherited from WebControl.) | |
HasChildViewState | (Inherited from Control.) | |
Height | (Inherited from WebControl.) | |
HoverCellActiveCssClass | Gets or sets the CSS class or classes to put on the cell surrounding the menu text on hover. | |
HoverCellInActiveCssClass | Gets or sets the CSS class or classes to put on the cell surrounding the menu text. | |
ID | (Inherited from Control.) | |
IdFromQueryString | Gets the query string from the current page request. | |
IdSeparator | (Inherited from Control.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsEnabled | (Inherited from WebControl.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
Key | Gets the item identifier (ID) from the ViewState collection. | |
LoadViewStateByID | (Inherited from Control.) | |
NamingContainer | (Inherited from Control.) | |
href | Gets the target URL that is used to change contexts. | |
NoSelectionText | Gets or sets the text to display when there is no current selection. | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
RemoveQueryStringParameters | ||
Site | (Inherited from Control.) | |
SkinID | (Inherited from WebControl.) | |
Style | (Inherited from WebControl.) | |
TabIndex | (Inherited from WebControl.) | |
TagKey | (Inherited from WebControl.) | |
TagName | (Inherited from WebControl.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
ToolTip | (Inherited from WebControl.) | |
TypeLabelCssClass | Gets or sets the CSS class or classes to put on the cell surrounding the menu text. | |
TypeName | Gets the type name of the current item. | |
TypeOuterCssClass | Gets or sets the CSS class on the cell around the selector. | |
UniqueID | (Inherited from Control.) | |
UseDefaultSelection | ||
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
Width | (Inherited from WebControl.) |
Top
Methods
Name | Description | |
---|---|---|
AddAttributesToRender | (Inherited from WebControl.) | |
AddedControl | (Inherited from Control.) | |
AddParsedSubObject | (Inherited from Control.) | |
ApplyStyle | (Inherited from WebControl.) | |
ApplyStyleSheetSkin | (Inherited from Control.) | |
BuildProfileTree | (Inherited from Control.) | |
ClearChildControlState | (Inherited from Control.) | |
ClearChildState | (Inherited from Control.) | |
ClearChildViewState | (Inherited from Control.) | |
CopyBaseAttributes | (Inherited from WebControl.) | |
CreateChildControls | Creates the child controls necessary to render the control, such as a label control, link control, or text box control. (Overrides Control.CreateChildControls().) | |
CreateControlCollection | (Inherited from Control.) | |
CreateControlStyle | (Inherited from WebControl.) | |
DataBind() | (Inherited from Control.) | |
DataBind(Boolean) | (Inherited from Control.) | |
DataBindChildren | (Inherited from Control.) | |
DefaultSelectionId | Implements the default selection identifier (ID) when overridden in a derived class. | |
Dispose | (Overrides Control.Dispose().) | |
EnsureChildControls | (Inherited from Control.) | |
EnsureID | (Inherited from Control.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindControl(String) | (Inherited from Control.) | |
FindControl(String, Int32) | (Inherited from Control.) | |
Focus | (Inherited from Control.) | |
GetDesignModeState | (Inherited from Control.) | |
GetHashCode | (Inherited from Object.) | |
GetItem | Gets an object of generic type that represents the current item when implemented in a derived class. | |
GetType | (Inherited from Object.) | |
HasControls | (Inherited from Control.) | |
HasEvents | (Inherited from Control.) | |
IsLiteralContent | (Inherited from Control.) | |
LoadControlState | (Inherited from Control.) | |
LoadViewState | (Inherited from WebControl.) | |
MapPathSecure | (Inherited from Control.) | |
MemberwiseClone | (Inherited from Object.) | |
MergeStyle | (Inherited from WebControl.) | |
OnBubbleEvent | (Inherited from Control.) | |
OnContextChange | ||
OnDataBinding | (Inherited from Control.) | |
OnInit | (Inherited from Control.) | |
OnLoad | Raises the Load event. (Overrides Control.OnLoad(EventArgs).) | |
OnPreRender | Raises an event after the control is loaded but before it is rendered. (Overrides Control.OnPreRender(EventArgs).) | |
OnUnload | (Overrides Control.OnUnload(EventArgs).) | |
OpenFile | (Inherited from Control.) | |
RaiseBubbleEvent | (Inherited from Control.) | |
RaisePostBackEvent | Called by ASP.NET when this Web Part posts back to itself. | |
RefreshCurrentItem | Sets the current item equal to the output of the GetItem method. | |
RemovedControl | (Inherited from Control.) | |
Render | (Inherited from WebControl.) | |
RenderBeginTag | (Inherited from WebControl.) | |
RenderChildren | (Inherited from Control.) | |
RenderContents | Renders the control on the page. (Overrides WebControl.RenderContents(HtmlTextWriter).) | |
RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
RenderEndTag | (Inherited from WebControl.) | |
ResolveAdapter | (Inherited from Control.) | |
ResolveClientUrl | (Inherited from Control.) | |
ResolveUrl | (Inherited from Control.) | |
SaveControlState | (Inherited from Control.) | |
SaveViewState | (Inherited from WebControl.) | |
SetDesignModeState | (Inherited from Control.) | |
SetRenderMethodDelegate | (Inherited from Control.) | |
ToString | (Inherited from Object.) | |
TrackViewState | (Inherited from WebControl.) |
Top
Events
Name | Description | |
---|---|---|
ContextChange | ||
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Fields
Name | Description | |
---|---|---|
ChangeItem | Provides the change item’s default template as a MenuItemTemplate object. | |
DropDownMenu | Provides the menu’s default template as a MenuTemplate object. | |
MenuControl | Provides the menu control as a Menu object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IAttributeAccessor.GetAttribute | (Inherited from WebControl.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IAttributeAccessor.SetAttribute | (Inherited from WebControl.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top