IVSMDPropertyGrid::SetOption Method (_PROPERTYGRIDOPTION, Object^)

 

Sets the specified option.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

void SetOption(
	_PROPERTYGRIDOPTION option,
	Object^ vtOption
)

Parameters

option
Type: Microsoft.VisualStudio.Designer.Interfaces::_PROPERTYGRIDOPTION

The _PROPERTYGRIDOPTION.

vtOption
Type: System::Object^

The value of the option.

Return to top
Show: