ParameterEditorUserControl.ParametersConfigured 属性

定义

返回一个值,该值指示编辑器中的所有参数是否都已配置。

public:
 property bool ParametersConfigured { bool get(); };
public bool ParametersConfigured { get; }
member this.ParametersConfigured : bool
Public ReadOnly Property ParametersConfigured As Boolean

属性值

Boolean

如果编辑器中的所有参数已全部配置,则为 true;否则为 false

适用于

另请参阅