FormBuildSegmentedEntryControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FormBuildSegmentedEntryControl() | |
FormBuildSegmentedEntryControl(FormContainer) | |
FormBuildSegmentedEntryControl(IntPtr) |
FormBuildSegmentedEntryControl()
public:
FormBuildSegmentedEntryControl();
public FormBuildSegmentedEntryControl ();
Public Sub New ()
Applies to
FormBuildSegmentedEntryControl(FormContainer)
public:
FormBuildSegmentedEntryControl(Dynamics::AX::Application::FormContainer ^ container1);
public FormBuildSegmentedEntryControl (Dynamics.AX.Application.FormContainer container1);
new Dynamics.AX.Application.FormBuildSegmentedEntryControl : Dynamics.AX.Application.FormContainer -> Dynamics.AX.Application.FormBuildSegmentedEntryControl
Public Sub New (container1 As FormContainer)
Parameters
- container1
- FormContainer
Applies to
FormBuildSegmentedEntryControl(IntPtr)
public:
FormBuildSegmentedEntryControl(IntPtr ptr1);
public FormBuildSegmentedEntryControl (IntPtr ptr1);
new Dynamics.AX.Application.FormBuildSegmentedEntryControl : nativeint -> Dynamics.AX.Application.FormBuildSegmentedEntryControl
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint