Class StdBSDockingManager
Docking manager.
Inherited Members
Namespace: StdPlatBS100
Assembly: StdPlatBS100.dll
Syntax
public class StdBSDockingManager : StdBSBaseService
Constructors
StdBSDockingManager()
Declaration
public StdBSDockingManager()
Properties
Item[String]
Da painel pelo seu índice.
Declaration
public StdBSDockingPanel this[string vntIndex] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | vntIndex | Índice do painel. |
Property Value
| Type | Description |
|---|---|
| StdBSDockingPanel |
NumItens
Número de paineis da coleção.
Declaration
public int NumItens { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
AbrePainel(StdBETipos.DockingEstilo, Int32, Int32, String, String, String, Object, Boolean, Boolean, Boolean)
Abre painel.
Declaration
public StdBSDockingPanel AbrePainel(StdBETipos.DockingEstilo enuEstiloDock, int largura, int altura, string strNome, string strTitulo, string strNomeVizinho, dynamic objContentCtr, bool disposeContainer = true, bool hidden = false, bool allowClose = true)
Parameters
| Type | Name | Description |
|---|---|---|
| StdBETipos.DockingEstilo | enuEstiloDock | Estilo de docking |
| System.Int32 | largura | Largura do painel |
| System.Int32 | altura | Altura do painel |
| System.String | strNome | Nome do painel |
| System.String | strTitulo | Título do painel |
| System.String | strNomeVizinho | Vizinhos do painel |
| System.Object | objContentCtr | Conteúdo |
| System.Boolean | disposeContainer | Fecha a controlo no fecho do painel |
| System.Boolean | hidden | |
| System.Boolean | allowClose |
Returns
| Type | Description |
|---|---|
| StdBSDockingPanel |
ActivatePainel(String, Object)
Activates the painel.
Declaration
public void ActivatePainel(string strNome, dynamic objContentCtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome | The string nome. |
| System.Object | objContentCtr | The object content CTR. |
ActualizaPainel(String, Object)
Atualiza painel pelo seu conteúdo.
Declaration
public void ActualizaPainel(string strNome, dynamic objContentCtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome | Nome no painel. |
| System.Object | objContentCtr | Conteúdo do painel. |
AjustaPainel(String, Int32, Int32)
Ajusta tamanho do painel.
Declaration
public void AjustaPainel(string strNome, int lngLargura, int lngAltura)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome | Nome do painel |
| System.Int32 | lngLargura | Largura do painel |
| System.Int32 | lngAltura | Altura do painel |
EscondePaineis(String)
Esconde paineis pelos nomes (conjunto separado por ',')
Declaration
public void EscondePaineis(string strNomes = "")
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNomes | Nomes dos paineis |
EscondePainel(String)
Esconde painel pelo seu nome.
Declaration
public void EscondePainel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome | Nome do painel. |
EscondeTodos()
Esconde todos os paineis ativos.
Declaration
public void EscondeTodos()
Existe(String)
Valida se o painel existe.
Declaration
public bool Existe(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome | Nome do painel. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
FechaPaineis(String)
Fecha paineis pelos nomes (conjunto separado por ',')
Declaration
public void FechaPaineis(string strNomes = "")
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNomes | Nomes dos paineis |
FechaPainel(String)
Fecha painel pelo seu nome.
Declaration
public void FechaPainel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome | Nome do painel. |
FechaTodos()
Fecha todos os paineis ativos.
Declaration
public void FechaTodos()
PainelFlutuanteNaoVisivel(String)
Determina se o painél é flutuante e não está visível
Declaration
public bool PainelFlutuanteNaoVisivel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome |
Returns
| Type | Description |
|---|---|
| System.Boolean |
PainelFlutuanteVisivel(String)
Determina se o painél é flutuante e está visível
Declaration
public bool PainelFlutuanteVisivel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome |
Returns
| Type | Description |
|---|---|
| System.Boolean |
PainelVisivel(String)
Determina se o painél está visível
Declaration
public bool PainelVisivel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome |
Returns
| Type | Description |
|---|---|
| System.Boolean |
PinPainel(String)
Fixo o painel.
Declaration
public void PinPainel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome |
TogglePainel(String)
Esconde o painel se estiver visível e mostra-o se estiver escondido.
Declaration
public void TogglePainel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome |
UnpinPainel(String)
Solta o painel.
Declaration
public void UnpinPainel(string strNome)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | strNome |