MultilineStringEditor.GetPaintValueSupported(ITypeDescriptorContext) 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.
Gets a value indicating whether this editor supports painting a representation of an object's value.
public:
override bool GetPaintValueSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPaintValueSupported (System.ComponentModel.ITypeDescriptorContext context);
public override bool GetPaintValueSupported (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetPaintValueSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPaintValueSupported (context As ITypeDescriptorContext) As Boolean
Parameters
- context
- ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
Returns
false
, indicating that this UITypeEditor does not display a visual representation in the Properties Window.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.