PoXtNonLinearValueLegend2Editor Constructor (Control, String, Boolean) |
Namespace: OIV.MeshViz.Graph.EditorsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic PoXtNonLinearValueLegend2Editor(
Control parent,
string name,
bool buildInsideParent
)
Public Sub New (
parent As Control,
name As String,
buildInsideParent As Boolean
)
public:
PoXtNonLinearValueLegend2Editor(
Control^ parent,
String^ name,
bool buildInsideParent
)
new :
parent : Control *
name : string *
buildInsideParent : bool -> PoXtNonLinearValueLegend2Editor
Parameters
- parent
- Type: System.Windows.FormsControl
- name
- Type: SystemString
- buildInsideParent
- Type: SystemBoolean
Remarks
See Also