FormGroupControl.leftMargin Method
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
leftMargin(Int32, AutoMode) | |
leftMargin(Int32) | |
leftMargin() |
Sets or returns the size of the left margin for a form group control in pixels and specifies whether the size is automatically adjusted. |
leftMargin(Int32, AutoMode)
public:
virtual int leftMargin(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int leftMargin (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member leftMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.leftMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function leftMargin (_value As Integer, _mode As AutoMode) As Integer
Parameters
- _value
- Int32
An AutoMode enumeration value that specifies whether the size of the left margin is fixed, or whether it is automatically adjusted based on other form property settings; optional.
- _mode
- AutoMode
An AutoMode enumeration value that specifies whether the size of the left margin is fixed, or whether it is automatically adjusted based on other form property settings; optional.
Returns
Applies to
leftMargin(Int32)
leftMargin()
Sets or returns the size of the left margin for a form group control in pixels and specifies whether the size is automatically adjusted.
public:
virtual int leftMargin();
public virtual int leftMargin ();
abstract member leftMargin : unit -> int
override this.leftMargin : unit -> int
Public Overridable Function leftMargin () As Integer
Returns
An integer value that specifies the size of the left margin for a form group control in pixels.