ILightBulbSession.IsCollapsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the session is in the collapsed state.
public:
property bool IsCollapsed { bool get(); };
public:
property bool IsCollapsed { bool get(); };
public bool IsCollapsed { get; }
member this.IsCollapsed : bool
Public ReadOnly Property IsCollapsed As Boolean
Property Value
True if the session is in the collapsed state, otherwise false.