Completion.IconAutomationText Property

Definition

Gets/Sets the text to be used as the automation name for the icon when it's displayed.

public:
 virtual property System::String ^ IconAutomationText { System::String ^ get(); void set(System::String ^ value); };
public:
 virtual property Platform::String ^ IconAutomationText { Platform::String ^ get(); void set(Platform::String ^ value); };
public virtual string IconAutomationText { get; set; }
member this.IconAutomationText : string with get, set
Public Overridable Property IconAutomationText As String

Property Value

The icon automation text.

Applies to