ArcGIS Pro 2.8 API Reference Guide
SetValid Method

ArcGIS.Desktop.Editing Namespace > ToolOptionsEmbeddableControl Class : SetValid Method
IsValid property will be set to this value before firing the event
When using this ToolOptionsEmbeddableControl within TemplateProperties, sets the value of IsValid, then fires an internal event to ensure that TemplateProperties takes note of that change in order to update the status of the TemplateProperties dialog OK button
Syntax
protected virtual void SetValid( 
   bool b
)
Protected Overridable Sub SetValid( _
   ByVal b As Boolean _
) 

Parameters

b
IsValid property will be set to this value before firing the event
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ToolOptionsEmbeddableControl Class
ToolOptionsEmbeddableControl Members