Imagelist 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
Imagelist() | |
Imagelist(IntPtr) | |
Imagelist(Int32, Int32) | |
Imagelist(Int32, Int32, Boolean) |
Imagelist()
public:
Imagelist();
public Imagelist ();
Public Sub New ()
Applies to
Imagelist(IntPtr)
public:
Imagelist(IntPtr ptr1);
public Imagelist (IntPtr ptr1);
new Dynamics.AX.Application.Imagelist : nativeint -> Dynamics.AX.Application.Imagelist
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
Imagelist(Int32, Int32)
Imagelist(Int32, Int32, Boolean)
public:
Imagelist(int num1, int num2, bool flag1);
public Imagelist (int num1, int num2, bool flag1);
new Dynamics.AX.Application.Imagelist : int * int * bool -> Dynamics.AX.Application.Imagelist
Public Sub New (num1 As Integer, num2 As Integer, flag1 As Boolean)
Parameters
- num1
- Int32
- num2
- Int32
- flag1
- Boolean