Assistant.Reduced Property
True if the Office Assistant window appears in its smaller size.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Reduced As Boolean
Get
Set
'Usage
Dim instance As Assistant
Dim value As Boolean
value = instance.Reduced
instance.Reduced = value
bool Reduced { get; set; }
Property Value
Type: System.Boolean