ControlFilterValue 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
ControlFilterValue() | |
ControlFilterValue(IntPtr) | |
ControlFilterValue(FormControl, String) |
ControlFilterValue()
public:
ControlFilterValue();
public ControlFilterValue ();
Public Sub New ()
Applies to
ControlFilterValue(IntPtr)
public:
ControlFilterValue(IntPtr ptr1);
public ControlFilterValue (IntPtr ptr1);
new Dynamics.AX.Application.ControlFilterValue : nativeint -> Dynamics.AX.Application.ControlFilterValue
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
ControlFilterValue(FormControl, String)
public:
ControlFilterValue(Dynamics::AX::Application::FormControl ^ control1, System::String ^ text1);
public ControlFilterValue (Dynamics.AX.Application.FormControl control1, string text1);
new Dynamics.AX.Application.ControlFilterValue : Dynamics.AX.Application.FormControl * string -> Dynamics.AX.Application.ControlFilterValue
Public Sub New (control1 As FormControl, text1 As String)
Parameters
- control1
- FormControl
- text1
- String