ControlSite Class
Provides the site of the control.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Controls.ControlSite
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class ControlSite _
Implements ISite, IServiceProvider
'Usage
Dim instance As ControlSite
public class ControlSite : ISite,
IServiceProvider
public ref class ControlSite : ISite,
IServiceProvider
type ControlSite =
class
interface ISite
interface IServiceProvider
end
public class ControlSite implements ISite, IServiceProvider
The ControlSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyServices(Control, IServiceProvider) | Retrieves the service object of the specified type. | |
ApplyServices(Control, IServiceProvider, ControlSite.ControlFilter) | Indicates the filter method to the control. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISite.Component | Gets the component of the property. | |
ISite.Container | Gets the container of the property. | |
ISite.DesignMode | Gets a value that indicates whether the component is currently in design mode. | |
IServiceProvider.GetService | Retrieves the service object of the specified type. | |
ISite.Name | Gets or sets the name of the component. |
Top
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.