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