Gadget Class
Provides the base class for gadgets on the home page of Remote Web Access.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.UserControl
Microsoft.WindowsServerSolutions.Web.Gadget
Syntax
public class Gadget : UserControl
public ref class Gadget : UserControl
Public Class Gadget
Inherits UserControl
Constructors
Name | Description | |
---|---|---|
Gadget() | Initializes a new instance of the Gadget class. |
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) |
|
Application | (Inherited from UserControl.) |
|
AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
|
AppRelativeVirtualPath | (Inherited from TemplateControl.) |
|
Attributes | (Inherited from UserControl.) |
|
Cache | (Inherited from UserControl.) |
|
CachePolicy | (Inherited from UserControl.) |
|
ChildControlsCreated | (Inherited from Control.) |
|
ClientID | (Inherited from Control.) |
|
ClientIDMode | (Inherited from Control.) |
|
ClientIDSeparator | (Inherited from Control.) |
|
Context | (Inherited from Control.) |
|
Controls | (Inherited from Control.) |
|
DesignMode | (Inherited from Control.) |
|
EnableTheming | (Inherited from TemplateControl.) |
|
EnableViewState | (Inherited from Control.) |
|
Events | (Inherited from Control.) |
|
HasChildViewState | (Inherited from Control.) |
|
ID | (Inherited from Control.) |
|
IdSeparator | (Inherited from Control.) |
|
IsChildControlStateCleared | (Inherited from Control.) |
|
IsPostBack | (Inherited from UserControl.) |
|
IsTrackingViewState | (Inherited from Control.) |
|
IsViewStateEnabled | (Inherited from Control.) |
|
LoadViewStateByID | (Inherited from Control.) |
|
NamingContainer | (Inherited from Control.) |
|
Page | (Inherited from Control.) |
|
Parent | (Inherited from Control.) |
|
RenderingCompatibility | (Inherited from Control.) |
|
Request | (Inherited from UserControl.) |
|
Response | (Inherited from UserControl.) |
|
Server | (Inherited from UserControl.) |
|
Session | (Inherited from UserControl.) |
|
Site | (Inherited from Control.) |
|
SkinID | (Inherited from Control.) |
|
TemplateControl | (Inherited from Control.) |
|
TemplateSourceDirectory | (Inherited from Control.) |
|
Trace | (Inherited from UserControl.) |
|
UniqueID | (Inherited from Control.) |
|
ValidateRequestMode | (Inherited from Control.) |
|
ViewState | (Inherited from Control.) |
|
ViewStateIgnoresCase | (Inherited from Control.) |
|
ViewStateMode | (Inherited from Control.) |
|
Visible | (Inherited from Control.) |
|
WebAddIn | Gets the Web add-in metadata for the gadget page. |
Methods
Fields
Name | Description | |
---|---|---|
GadgetExecutionKey | Defines the gadget running key. This field supports the infrastructure and is not intended to be used directly from your code. |
Events
Name | Description | |
---|---|---|
AbortTransaction | (Inherited from TemplateControl.) |
|
CommitTransaction | (Inherited from TemplateControl.) |
|
DataBinding | (Inherited from Control.) |
|
Disposed | (Inherited from Control.) |
|
Error | (Inherited from TemplateControl.) |
|
Init | (Inherited from Control.) |
|
Load | (Inherited from Control.) |
|
PreRender | (Inherited from Control.) |
|
Unload | (Inherited from Control.) |
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Web Namespace
Return to top