ThoughtViewerControl members
Represents a parent container for social collaboration controls.
The ThoughtViewerControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThoughtViewerControl | Initializes a new instance of the ThoughtViewerControl class. |
Top
Methods
Name | Description | |
---|---|---|
OnInit | Handles the Init event. (Overrides PersonalAdminPageOnInit(EventArgs).) | |
OnLoad | Handles the Load event. (Overrides LayoutsPageBase.OnLoad(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides UnsecuredLayoutsPageBase.OnPreRender(EventArgs).) |
Top
Fields
Name | Description | |
---|---|---|
_bmletInstall | Represents a HtmlGenericControl control that renders the description, usage, and link for the Tags and Note Board dialog bookmarklet. | |
_ctlItems | Represents the ThoughtItemList control that is used to display and manage social collaboration items on “My Site”. | |
_ctlTag | Represents the ThoughtTagList control that is used to select a specific tag to filter the social collaboration items displayed in the _ctlItems. | |
_ctlTagSort | Represents the ThoughtTagSort control that is used to sort the tags displayed in the _ctlTag, either by alphabetical order or by size. | |
_selMonth1 | Represents the ThoughtMonthSelector control that is used to select a month to filter the social collaboration items displayed in the _ctlItems. | |
_selView | Represents the ThoughtViewSelector control that is used to select a view to filter the social collaboration items displayed in the _ctlItems. | |
PageLevelError1 | Represents the PageLevelError control that is used to display an error message to alert users that an error occurred while rendering the page. | |
ThoughtActivitiesTitleLabelLoc | Represents the LabelLoc control that is used to display text associated with the _selMonth1 control. | |
ThoughtBookmarkletTitleLabelLoc | Represents the LabelLoc control that is used to display a title for the _bmletInstall control. | |
ThoughtTagCloudSortLabelLoc | Represents a LabelLoc control that is used to display text associated with the _ctlTagSort control. | |
ThoughtTagCloudTitleImageLoc | Represents a ImageLoc control that is used to display a social tag image associated with the _ctlTag control. | |
ThoughtTagCloudTitleLocString | Represents a LabelLoc control that is used to display a title for the _ctlTag control. | |
ThoughtViewCaptionLocString | Represents a LabelLoc control that is used to display a title for the _selView control. |
Top