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