FormBuildControl Class

Definition

The FormBuildControl class lets you create, read, update, and delete X++ code and metadata.

public ref class FormBuildControl : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class FormBuildControl : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type FormBuildControl = class
    inherit XppObjectBase
Public Class FormBuildControl
Inherits XppObjectBase
Inheritance
Microsoft.Dynamics.AX.KernelInterop.ProxyBase
FormBuildControl
Derived
Attributes

Remarks

Make sure that the user has access to the development security key (SysDevelopment) before this API is called.

Constructors

FormBuildControl()
FormBuildControl(FormContainer)
FormBuildControl(IntPtr)

Fields

__k_FormBuildControlId
kernelClass (Inherited from XppObjectBase)

Methods

__shouldCallNew(Type)
addControl(FormControlType, String)

Adds a control to the control, based on the specified control type.

addControl(FormControlType, String, FormBuildControl)
addControl(FormControlType, String, FormBuildControl, Boolean)
addControlEx(String, String)
addControlEx(String, String, FormBuildControl)
addControlEx(String, String, FormBuildControl, Boolean)
addDataField(Int32, Int32)

Adds a control to the control, based on the specified data field information.

addDataField(Int32, Int32, Int32)
addDataFieldWithName(Int32, Int32, String)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
allowEdit()
allowEdit(Boolean)
autoDeclaration()
autoDeclaration(Boolean)
Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
canAddDataField(Int32, Int32)

Retrieves a value that indicates whether the specified data field can be added as a child control to the control.

canAddDataField(Int32, Int32, Int32)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
configurationKey()
configurationKey(Int32)
containerId()

Retrieves the ID of the parent container for the control.

controlCount()

Retrieves the number of controls that are contained in the control.

controlNum(Int32)

Retrieves a contained control by using the specified index.

countryRegionCodes()
countryRegionCodes(String)
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
editAutoPostback()
editAutoPostback(Boolean)
enabled()
enabled(Boolean)
enableFormRef()
enableFormRef(Boolean)
equal(XppObjectBase) (Inherited from XppObjectBase)
extendedStyle()
extendedStyle(String)
finalize() (Inherited from XppObjectBase)
GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
GetXppILImplementation()
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
hasManagedOnJumpRefHandlers()
hasUserSetting()

Indicates whether the control has custom user settings.

height(Int32)
height(Int32, Int32)
heightMode()
heightMode(Int32)
heightValue()
heightValue(Int32)
helpText()
helpText(String)
id()

Retrieves the ID of the control.

isContainer()

Retrieves a value that indicates whether the control is a container control.

IsManagedValid() (Inherited from XppObjectBase)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
markAsUserAdd()

Marks or unmarks the control as a user-added control.

markAsUserAdd(Boolean)
moveControl(Int32)

Moves a specified control to the control.

moveControl(Int32, Int32)
name()
name(String)
neededPermission()
neededPermission(Int32)
newmethod() (Inherited from XppObjectBase)
newmethod(FormContainer)
notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
packUserSetting()
parentControl()
previewPartRef(String)
RegisterXppILImplementation(String)
resetUserSetting()

Resets the user settings for the control.

setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
skip()
skip(Boolean)
unpackUserSetting(Object[])
usageCount() (Inherited from XppObjectBase)
userDisable()

Gets or sets the value that indicates whether the control is disabled for the user.

userDisable(Int32)
userHeight()

Gets or sets the custom user height for the control.

userHeight(Int32)
userHide()

Gets or sets the value that indicates whether the control is hidden from the user.

userHide(Int32)
userOrgContainer()

Gets or sets the organization container for the control.

userOrgContainer(Int32)
userOrgSibling()

Gets or sets the organization sibling for the control.

userOrgSibling(Int32)
userPromptText()

Gets or sets the user label text for the control.

userPromptText(String)
userSecurityLevel()

Gets or sets the user security level for the control.

userSecurityLevel(Int32)
userSkip()

Sets or returns the value that indicates whether the form control is skipped when the user press the TAB key to navigate the controls on the form.

userSkip(Int32)
userWidth()

Sets or returns the width of the control in pixels.

userWidth(Int32)
VerifyKernelClass() (Inherited from XppObjectBase)
visible()
visible(Boolean)
wait() (Inherited from XppObjectBase)
width(Int32)
width(Int32, Int32)
widthMode()
widthMode(Int32)
widthValue()
widthValue(Int32)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to