Class StdBEAtalhoRibbon
Entidade que representa um atalho da ribbon.
Inheritance
System.Object
StdBEAtalhoRibbon
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: StdBE100
Assembly: StdBE100.dll
Syntax
public class StdBEAtalhoRibbon
Constructors
StdBEAtalhoRibbon()
Declaration
public StdBEAtalhoRibbon()
Properties
BigIcon
Define se o atalho é de tamanho grande ou não.
Declaration
public bool BigIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Execution
Tipo de execução do atalho.
Declaration
public string Execution { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador do atalho.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoAtalho
Tipo do atalho.
Declaration
public StdBETipos.EnumTipoAtalho TipoAtalho { get; set; }
Property Value
Type | Description |
---|---|
StdBE100.StdBETipos.EnumTipoAtalho |
Titulo
Título do atalho.
Declaration
public string Titulo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Utilizador
Define o utilizador do atalho.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XmlConfiguracao
Dados de configuração do atalho.
Declaration
public string XmlConfiguracao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
DaTipoAtalho(String)
Devolve o tipo do atalho, a partir da sua referência interna.
Declaration
public static StdBETipos.EnumTipoAtalho DaTipoAtalho(string strShortcutType)
Parameters
Type | Name | Description |
---|---|---|
System.String | strShortcutType |
Returns
Type | Description |
---|---|
StdBE100.StdBETipos.EnumTipoAtalho |