CommandBarComboBoxClass.Text Property

Definition

Gets or sets the text. This property is deprecated.

public:
 virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public:
 virtual property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610940432)]
public virtual string Text { [System.Runtime.InteropServices.DispId(1610940432)] get; [System.Runtime.InteropServices.DispId(1610940432)] set; }
[<System.Runtime.InteropServices.DispId(1610940432)>]
[<get: System.Runtime.InteropServices.DispId(1610940432)>]
[<set: System.Runtime.InteropServices.DispId(1610940432)>]
member this.Text : string with get, set
Public Overridable Property Text As String

Property Value

The text. This property is deprecated.

Implements

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to