IVsWindowSearchBooleanOption::Value Property

 

Gets or set the Boolean value of the checkbox state.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610743808)]
property bool Value {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the checkbox is checked, or false if the checkbox is not checked.

Return to top
Show: