ILightBulbSession::IsExpanded Property

Visual Studio 2015
 

Determines whether the session is in the expanded state.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property bool IsExpanded {
	bool get();
}

Property Value

Type: System::Boolean

True if the session is in the expanded state, otherwise false.

Return to top
Show: