Class StdBEBotaoRibbon
Classe que contém todas as propriedades relativas a um Painel.
Inheritance
System.Object
StdBEBotaoRibbon
Implements
StdPlatBE100.IStdBEBotaoRibbon
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: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("10C6B4BC-69C7-4A2A-8D7B-3076D2B8481E")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEBotaoRibbon : IStdBEBotaoRibbon
Constructors
StdBEBotaoRibbon()
Declaration
public StdBEBotaoRibbon()
Properties
Descricao
Descricao do Painel.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Icon
Descricao do Painel.
Declaration
public Image Icon { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image |
Icon32
Se o icon a ser mostrado é de 32 bits .
Declaration
public bool Icon32 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Identificador do Id do Painel .
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Seleccionado
Se o botão vai estar seleccionado.
Declaration
public bool Seleccionado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
StdPlatBE100.IStdBEBotaoRibbon