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