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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.