OutliningMarginHeaderControl.SetIsExpanded Method     
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.
Sets IsExpandedProperty.
public:
 static void SetIsExpanded(Microsoft::VisualStudio::Text::Editor::OutliningMarginHeaderControl ^ control, bool isExpanded);
	public static void SetIsExpanded(Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl control, bool isExpanded);
	static member SetIsExpanded : Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl * bool -> unit
	Public Shared Sub SetIsExpanded (control As OutliningMarginHeaderControl, isExpanded As Boolean)
	Parameters
- control
 - OutliningMarginHeaderControl
 
- isExpanded
 - Boolean
 
true if the control is expanded; otherwise, false.