Compartilhar via


Propriedade RibbonComboBoxAutomationPeer.Value

Obtém o Text propriedade da RibbonComboBox que está associado isso RibbonComboBoxAutomationPeer

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
Public ReadOnly Property Value As String
    Get
public string Value { get; }
public:
virtual property String^ Value {
    String^ get () sealed;
}
abstract Value : string
override Value : string
final function get Value () : String

Valor de propriedade

Tipo: System.String
O Text propriedade da RibbonComboBox que está associado isso RibbonComboBoxAutomationPeer

Implementações

IValueProvider.Value

Segurança do .NET Framework

Consulte também

Referência

RibbonComboBoxAutomationPeer Classe

Namespace Microsoft.Windows.Automation.Peers