SqlStudioLayoutManager Class

Represents the use of SqlStudioLayoutManager to perform the operation on the class.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.SqlServer.Management.Controls.SqlStudioLayoutManager

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class SqlStudioLayoutManager _
    Inherits Component _
    Implements IExtenderProvider, ISupportInitialize
'Usage
Dim instance As SqlStudioLayoutManager
public class SqlStudioLayoutManager : Component, 
    IExtenderProvider, ISupportInitialize
public ref class SqlStudioLayoutManager : public Component, 
    IExtenderProvider, ISupportInitialize
type SqlStudioLayoutManager =  
    class
        inherit Component
        interface IExtenderProvider
        interface ISupportInitialize
    end
public class SqlStudioLayoutManager extends Component implements IExtenderProvider, ISupportInitialize

The SqlStudioLayoutManager type exposes the following members.

Constructors

  Name Description
Public method SqlStudioLayoutManager() Initializes a new instance of the SqlStudioLayoutManager class with the default property values.
Public method SqlStudioLayoutManager(IContainer) Initializes a new instance of the SqlStudioLayoutManager class with the specified container.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method CanExtend Retrieves a value indicating whether the object can be extended.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the SqlStudioLayoutManager and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetEnforceLayout Retrieves a value indicating whether the layout of the control is enforced.
Public method GetHashCode (Inherited from Object.)
Public method GetHorizontalIndent Obtains the horizontal indentation of the control.
Public method GetIsRootControl Obtains a value indicating whether a control is the root control.
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method GetVerticalIndent Obtains the vertical indentation of the control.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method SetEnforceLayout Defines the enforced layout of the control.
Public method SetHorizontalIndent Defines the horizontal indentation of the control.
Public method SetIsRootControl Defines the control to be the root control.
Public method SetVerticalIndent Defines the vertical indentation of the control.
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISupportInitialize.BeginInit Signals the object that initialization is starting.
Explicit interface implemetationPrivate method ISupportInitialize.EndInit Signals the object that initialization is complete.

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.