PoXtLinearValueLegendEditor 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 PoXtLinearValueLegendEditor(
Control parent,
string name,
bool buildInsideParent
)
Public Sub New (
parent As Control,
name As String,
buildInsideParent As Boolean
)
public:
PoXtLinearValueLegendEditor(
Control^ parent,
String^ name,
bool buildInsideParent
)
new :
parent : Control *
name : string *
buildInsideParent : bool -> PoXtLinearValueLegendEditor
Parameters
- parent
- Type: System.Windows.FormsControl
- name
- Type: SystemString
- buildInsideParent
- Type: SystemBoolean
Remarks
See Also