Share via


RibbonComboBoxAutomationPeer.Value Property

Gets the Text property of the RibbonComboBox that is associated with this RibbonComboBoxAutomationPeer

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

Syntax

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

Property Value

Type: System.String
The Text property of the RibbonComboBox that is associated with this RibbonComboBoxAutomationPeer

Implements

IValueProvider.Value

.NET Framework Security

See Also

Reference

RibbonComboBoxAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace