ThoughtTagSort Members
Include Protected Members
Include Inherited Members
Represents a control that is used to sort the tags displayed in the ThoughtTagList control, either by alphabetical order or by size.
The ThoughtTagSort type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThoughtTagSort | Initializes a new instance of the ThoughtTagSort class. |
Top
Methods
Name | Description | |
---|---|---|
LoadViewState | Loads the previously saved view state of the ThoughtTagSort control. (Overrides WebControl.LoadViewState(Object).) | |
OnInit | Handles the Init event. (Overrides Control.OnInit(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
SaveViewState | Saves the current view state of the ThoughtTagSort control. (Overrides WebControl.SaveViewState().) |
Top