Class StdBSPDockingManager
Classe pública para obter serviços do DockingPaneManager.
Inheritance
System.Object
StdBSPDockingManager
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdPlatBS100
Assembly: StdPlatBS100.dll
Syntax
[ComVisible(true)]
[Guid("A1093EAF-341D-4C96-B0A3-35F9570A05EA")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBSPDockingManager : IStdBSPDockingManager
Remarks
Esta classe é um proxy para a classe interna e tem como objetivo controlar o acesso/comportamento a partir de VBA ou de outras aplicações externas.
Properties
Item[String]
Dá um painel da coleção de painéis.
Declaration
public StdBSDockingPanel this[string vntIndex] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
vntIndex | Nome do painel ou index da coleção. |
Property Value
Type | Description |
---|---|
Std |
NumItens
Número de paineis da coleção.
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
AbrePainel(StdBETipos.DockingEstilo, Int32, Int32, String, String, String, Control)
Declaration
public StdBSDockingPanel AbrePainel(StdBETipos.DockingEstilo enuEstilo, int lngLargura, int lngAltura, string strNome, string strTitulo, string strNomeVizinho = "", Control objContentCtr = null)
Parameters
Type | Name | Description |
---|---|---|
Std |
enuEstilo | |
System. |
lngLargura | |
System. |
lngAltura | |
System. |
strNome | |
System. |
strTitulo | |
System. |
strNomeVizinho | |
System. |
objContentCtr |
Returns
Type | Description |
---|---|
Std |
ActualizaPainel(String, Control)
Actualiza o conteúdo de um painel existente.
Declaration
public void ActualizaPainel(string strNome, Control objContentCtr)
Parameters
Type | Name | Description |
---|---|---|
System. |
strNome | Nome do painel. |
System. |
objContentCtr | Controlo com o conteúdo do painel. |
AjustaPainel(String, Int32, Int32)
Ajusta a dimensão do painel.
Declaration
public void AjustaPainel(string strNome, int lngLargura, int lngAltura)
Parameters
Type | Name | Description |
---|---|---|
System. |
strNome | Nome do painel. |
System. |
lngLargura | Largura do painel. |
System. |
lngAltura | Altura do painel. |
EscondePainel(String)
Esconde o painel aberto.
Declaration
public void EscondePainel(string strNome)
Parameters
Type | Name | Description |
---|---|---|
System. |
strNome | Nome do painel. |
Existe(String)
Verifica se existe o painel.
Declaration
public bool Existe(string strNome)
Parameters
Type | Name | Description |
---|---|---|
System. |
strNome | Nome do painel. |
Returns
Type | Description |
---|---|
System. |
FechaPainel(String)
Fecha o painel e destrói o conteúdo.
Declaration
public void FechaPainel(string strNome)
Parameters
Type | Name | Description |
---|---|---|
System. |
strNome | Nome do painel. |
Finalize()
Declaration
protected void Finalize()
PinPainel(String)
Pin do painel.
Declaration
public void PinPainel(string strNome)
Parameters
Type | Name | Description |
---|---|---|
System. |
strNome | Nome do painel. |
UnpinPainel(String)
Unpin do painel.
Declaration
public void UnpinPainel(string strNome)
Parameters
Type | Name | Description |
---|---|---|
System. |
strNome | Nome do painel. |