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