Share via


Assistant.HighPriorityTips Property

True if the Office Assistant displays high-priority tips.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property HighPriorityTips As Boolean
    Get
    Set
'Usage
Dim instance As Assistant
Dim value As Boolean

value = instance.HighPriorityTips

instance.HighPriorityTips = value
bool HighPriorityTips { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Assistant Interface

Assistant Members

Microsoft.Office.Core Namespace