FormListControl Class

Definition

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

Constructors

FormListControl()
FormListControl(FormBuildControl, xFormRun)
FormListControl(IntPtr)

Fields

__k_FormListControlId
eventsInitialized (Inherited from FormControl)
kernelClass (Inherited from XppObjectBase)

Methods

__shouldCallNew(Type) (Inherited from FormControl)
activateItem(Int32)
add(String)
add(String, Int32)
add(String, Int32, Int32)
addColumn(Int32, FormListColumn)
addItem(FormListItem)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
alignControl()

Determines whether the control is aligned with other controls.

alignControl(Boolean)
allItemsDeleted()

Identifies when all the items in a form list control are deleted.

allowEdit()

Determines whether the user can modify the contents of the control.

allowEdit(Boolean)
allowSysSetup()

Retrieves a value that indicates whether the control is shown in the SysSetup form.

applyBuild() (Inherited from FormControl)
arrangeItem(FormListArrange)
autoArrange()
autoArrange(Boolean)
autoDeclaration()

Determines whether the system can declare a member variable that has the same name as the control.

autoDeclaration(Boolean)
backgroundColor()

Gets or sets the background color of the control.

backgroundColor(Int32)
backStyle()

Determines whether the control background can be transparent.

backStyle(Int32)
beginDrag(Int32, Int32)

Identifies when the user starts to move a form list control or an item in a form list control.

beginEditLabel(Int32)
bold()

Gets or sets the font weight that is used fort text in the control.

bold(Int32)
border()

Gets or sets the style of the borderline of the control.

border(Int32)
build() (Inherited from FormControl)
calcControlSize(Int32, Int32)

Calculates the font size that is used for a form list control, based on the number of characters and the number of lines.

Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
canBeEditable() (Inherited from FormControl)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
canScroll()
canScroll(Boolean)
changeTracker() (Inherited from FormControl)
characterSet()

Gets or sets the character set of the font.

characterSet(Int32)
checkBox()
checkBox(Boolean)
colorScheme()

Gets or sets the color scheme of the control.

colorScheme(Int32)
columnClicked(Int32)

Identifies when a user clicks a column in a list view control in a form.

columnHeader()

Sets or gets a Boolean data type value that indicates whether a form list control has a column header.

columnHeader(Boolean)
columnHeaderButton()

Sets or gets a Boolean data type value that indicates whether a form list control has a column header button.

columnHeaderButton(Boolean)
columnImages()

Sets or gets a Boolean data type value that indicates whether a form list control has column images.

columnImages(Boolean)
configurationKey()

Gets or sets the configuration key that is assigned to the control.

configurationKey(Int32)
configurationKeyEx()

Retrieves a list that contains the IDs of configuration keys that are activated for a form list control.

containerId()

Retrieves the ID of the parent container for the control.

(Inherited from FormControl)
context()

Identifies when the user opens a shortcut menu in a form list control.

copy()

Identifies when a user performs a copy operation.

copyItem(Int32, Int32)

Copies a specified item in a form list control.

countryRegionCodes()

Gets or sets the comma-separated list of country/region codes for the control.

countryRegionCodes(String)
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
currentRow() (Inherited from FormControl)
cut()

Identifies when the user performs a cut operation.

dataRelationPath()

Gets or sets the period-delimited list of relations that links the field binding of the DataField object to a relative table.

dataRelationPath(String)
dataSourceObject() (Inherited from FormControl)
delete(Int32)

Deletes a specified item from a form list control.

deleteAll()

Deletes all the items from a form list control.

deleteColumn(Int32)

Deletes a specified column in a form list control.

displayControl()

Displays the control.

displayTarget()

Gets or sets the value that indicates whether the control is displayed in the Finance and Operations client, in Enterprise Portal for Finance and Operations, or in both.

displayTarget(Int32)
doubleClick()

Identifies when a user double-clicks an item in a form list control.

dragDrop()

Determines whether to enable or disable drag-and-drop operations for the control.

dragDrop(Int32)
dragLeave()

Identifies when a user drags an object out of the bounds of a form list control.

dragOver(FormControl, FormDrag, Int32, Int32)

Identifies when a user drags an object over an item within the bounds of a form list control.

dragOverEx(Array, FormDrag, Int32, Int32)

Raises the dragOverEx event to indicate that a mouse drag operation is over the current control.

dragText()

Retrieves the text that is displayed when a user drags an item in a form list control.

drop(FormControl, FormDrag, Int32, Int32)

Identifies when a user drops a form list control or an item in a form list control into a new position.

dropEx(Array, FormDrag, Int32, Int32)

Raises the dropEx event to indicate that a drop operation is being performed on the current control.

editAutoPostback() (Inherited from FormControl)
editAutoPostback(Boolean) (Inherited from FormControl)
editLabels()

Indicates whether users can modify item names in a form list control.

editLabels(Boolean)
edtBinding() (Inherited from FormControl)
emptyCoCState(String) (Inherited from FormControl)
enabled()

Determines whether to enable or disable the object.

enabled(Boolean)
enableFormRef() (Inherited from FormControl)
enableFormRef(Boolean) (Inherited from FormControl)
endDrag()

Identifies when the user has finished moving a form list control.

EnsureEvents() (Inherited from FormControl)
ensureVisible(Int32)
enter()
equal(XppObjectBase) (Inherited from XppObjectBase)
executeCancelableEvent(FormControlEventHandler, FormControlCancelEventArgs, Boolean) (Inherited from FormControl)
extendedStyle(String) (Inherited from FormControl)
fieldBinding()

Retrieves the table and field bindings of the control into a FieldBinding derived class.

(Inherited from FormControl)
finalize() (Inherited from XppObjectBase)
font()

Gets or sets the name of the font for the control to use.

font(String)
fontSize()

Gets or sets the size of the font for the control to use.

fontSize(Int32)
foregroundColor()

Gets or sets the text color for the control.

foregroundColor(Int32)
formatStr(Int32, Boolean, Int32, Boolean, Boolean) (Inherited from FormControl)
formDataSourceBindingObject() (Inherited from FormControl)
formRun() (Inherited from FormControl)
getBinding(String) (Inherited from FormControl)
getCoCState(String) (Inherited from FormControl)
getColumn(Int32)

Retrieves a FormListColumn object for a specified column in a form list control.

getColumnCount()

Retrieves the number of columns in a form list control.

getColumnWidth(Int32)

Retrieves the width of a column in a form list control.

getContextMenuOptions() (Inherited from FormControl)
getCount()

Retrieves the number of items that are contained in a form list control.

getCountPerPage()
getFormRootName() (Inherited from FormControl)
getFormRun() (Inherited from FormControl)
getImagelist()
getImagelist(Boolean)
GetIntPtr() (Inherited from XppObjectBase)
getItem(Int32)

Retrieves a FormListItem object for an item in a form list control.

getItem(Int32, Int32)
getItemPos(Int32)

Retrieves the position of an item in a form list control.

GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getNextItem(FormListNext)

Retrieves the number of the next item in a form list control.

getNextItem(FormListNext, Int32)
getSelectedCount()

Retrieves the number of items that are selected in a form list control.

getStateImagelist()
getStringWidth(String)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
getTopIndex()
getXppProxyReference(Type) (Inherited from XppObjectBase)
gotFocus()

Indicates that the control has received focus.

gridLines()
gridLines(Boolean)
handle()
hasChanged()

Sets or returns a value that indicates whether the contents of the control have changed.

hasChanged(Boolean)
hasManagedOnJumpRefHandlers() (Inherited from FormControl)
hasManagedOnLookupHandlers() (Inherited from FormControl)
hasUserSetting()

Indicates whether the control has custom user settings.

headerdragdrop()
headerdragdrop(Boolean)
height(Int32)

Gets or sets the height of the control.

height(Int32, Int32)
heightMode()

Gets or sets a calculation mode for the height of the control.

heightMode(Int32)
heightValue()

Gets or sets the height of the control.

heightValue(Int32)
helpField()

Retrieves the Help text for the control.

helpText()

Gets or sets the Help text to display at the bottom of the screen when a field or control is pointed to.

helpText(String)
hierarchyParent()

Gets or sets the HierarchyParent property value of the control.

hierarchyParent(String)
hitTest(Int32, Int32)
hitTestSubItem(Int32, Int32)
hotTrackItem(Int32)

Identifies when a user moves the mouse pointer over a form list control.

hWnd()

Retrieves the Windows handle for the control.

id()

Retrieves the ID of the control.

(Inherited from FormControl)
initialize() (Inherited from FormControl)
InitializeEvents()
inputSearch(String)

Identifies when the search begins for a specified text string.

isContainer()
isDisplayed()

Retrieves a value that indicates whether the control is displayed.

isEditable() (Inherited from FormControl)
isEnabled() (Inherited from FormControl)
IsManagedValid() (Inherited from XppObjectBase)
isMandatory() (Inherited from FormControl)
isRestricted()

Retrieves a value that indicates whether the control is restricted.

isUserSetupEnabled(Int32)

Gets a value that indicates whether the control allows for the specified level of customization.

isVisible()

Retrieves a value that indicates whether the control is visible.

(Inherited from FormControl)
isVisibleOnClient() (Inherited from FormControl)
italic()
italic(Boolean)
itemAlign()
itemAlign(Int32)
itemChanged(Int32, Object)
itemChanging(Int32, Object)
itemCopy(Int32, Int32)
itemDeleted(Int32, Object)
itemInserted(Int32, Object)
itemMoved(Int32, Int32)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
keyDown(Int32, Boolean, Boolean)
labelId() (Inherited from FormControl)
labelText()

Retrieves the label text for the control.

(Inherited from FormControl)
lastReferenceResolver() (Inherited from FormControl)
lastReferenceResolver(Object) (Inherited from FormControl)
leave()

Identifies when a user moves focus away from a form list control.

left(Int32)

Sets or returns the horizontal position of a form list control in pixels, and specifies how the position is calculated.

left(Int32, Int32)
leftMode()

Sets or returns a value that indicates how the horizontal position of a form list control is calculated.

leftMode(Int32)
leftValue()

Sets or returns the horizontal position of a form list control in pixels.

leftValue(Int32)
lock()

Locks the form control.

(Inherited from FormControl)
lockWindowUpdate(Boolean)

Locks or unlocks the window of the control for update.

(Inherited from FormControl)
lostFocus()

Indicates that the control has lost focus.

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

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

markAsUserAdd(Boolean)
mouseDblClick(Int32, Int32, Int32, Boolean, Boolean)

Is called when the control is double-clicked by the user.

mouseDown(Int32, Int32, Int32, Boolean, Boolean)

Is called when the user clicks the mouse button over the control.

mouseEnter(Int32, Int32, Int32, Boolean, Boolean)

Is called when the user moves the mouse pointer into the control area.

mouseLeave()

Indicates that the mouse pointer has left the control.

mouseMove(Int32, Int32, Int32, Boolean, Boolean)

Is called when the user moves the mouse pointer over the control.

mouseUp(Int32, Int32, Int32, Boolean, Boolean)

Identifies when a user presses the left mouse button.

moveControl(Int32) (Inherited from FormControl)
moveControl(Int32, Int32) (Inherited from FormControl)
moveItem(Int32, Int32)

Moves a specified item in a form list control.

name()

Gets or sets the name that is used in code to identify a form, report, table, query, or other Finance and Operations application object.

name(String)
neededPermission()
neededPermission(Int32)
nestedElementName() (Inherited from FormControl)
newmethod() (Inherited from XppObjectBase)
newmethod(FormBuildControl, xFormRun) (Inherited from FormControl)
notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
oneClickActivate()
oneClickActivate(Boolean)
onPropChanged(String) (Inherited from FormControl)
packUserSetting()
parentControl()

Retrieves the parent control for the control.

paste()

Pastes the contents of the clipboard into the control.

prefColumnSize(Int32, Int32)

Specifies the preferred column width and height for the form control.

reactBundleName() (Inherited from FormControl)
redrawItems(Int32, Int32)

Updates a range of items in a form list control.

registerOverrideMethod(String, String)
registerOverrideMethod(String, String, XppObjectBase)
resetUserSetting()

Resets the user settings for the control.

resourceBundleName() (Inherited from FormControl)
rowSelect()

Sets or gets a Boolean data type value that indicates whether a row in a form list control is selected when the row is clicked.

rowSelect(Boolean)
run() (Inherited from FormControl)
scroll(Int32, Int32)
securityKey()

Sets or returns the ID of the security key for the control.

securityKey(Int32)
selectionChanged(Int32, Object)
selectionChanging(Int32, Object)
setColumn(Int32, FormListColumn)
setColumnWidth(Int32, Int32)

Specifies the width of a column in a form list control.

setCount(Int32)
setFocus()

Sets the focus on the control.

setImagelist(Imagelist)
setImagelist(Imagelist, Boolean)
setItem(FormListItem)

Indicates whether an item is contained in a form list control.

setItemPos(Int32, Int32, Int32)

Sets the position of an item in a form list control.

setNames(String, String) (Inherited from FormControl)
setPosition(Int32)
setReactBundleName(String) (Inherited from FormControl)
setResourceBundleName(String) (Inherited from FormControl)
setStateImagelist(Imagelist)
setTemplateId(String) (Inherited from FormControl)
setText(Int32, String)
setText(Int32, String, Int32)
setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
showContextMenu(Int32)

Identifies when a shortcut menu appears.

showSelAlways()
showSelAlways(Boolean)
singleSelection()

Indicates whether multiple items can be selected in a form list control.

singleSelection(Boolean)
skip()

Sets or returns a value that indicates whether the control is skipped when the user presses the TAB key to move to the control.

skip(Boolean)
sort()
sort(Int32)
sortTextItems()
sortTextItems(Int32)
sortTextItems(Int32, Boolean)
templateId() (Inherited from FormControl)
toolTip()

Retrieves the tooltip text for the control.

top(Int32)

Sets or returns the vertical position of a form list control in pixels, and specifies how the position is calculated.

top(Int32, Int32)
topMode()

Sets or returns a value that indicates how the vertical position for a form list control is calculated.

topMode(Int32)
topValue()

Sets or returns the vertical position of a form list control in pixels.

topValue(Int32)
trackSelect()
trackSelect(Boolean)
twoClickActivate()
twoClickActivate(Boolean)
type()
type(Int32)
underline()

Sets or returns the value of the underline property for the text in the control.

underline(Boolean)
unLock(Boolean)

Unlocks a form control.

(Inherited from FormControl)
unpackUserSetting(Object[])
update()

Updates the control.

update(Int32)
updateWindow()

Updates the window for the control.

(Inherited from FormControl)
usageCount() (Inherited from XppObjectBase)
userData()

Gets or sets the user data for the control.

userData(Int32)
userDataItem()

Gets or sets the user data item for the control.

userDataItem(Int32)
userDataItems()

Gets or sets the number of user data items for the control.

userDataItems(Int32)
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 presses the TAB key to navigate the controls in the form.

userSkip(Int32)
userWidth()

Sets or returns the width of the control in pixels, as specified by the user.

userWidth(Int32)
valueStr()

Retrieves the value of the control in string format.

(Inherited from FormControl)
VerifyKernelClass() (Inherited from XppObjectBase)
verticalSpacing()

Sets or gets the amount of space above and below a form list control in pixels, and specifies how the space is calculated.

verticalSpacing(Int32)
verticalSpacing(Int32, AutoMode)
verticalSpacingMode()

Sets or returns a value that indicates how the space above and below a form list control is calculated.

verticalSpacingMode(AutoMode)
verticalSpacingValue()

Sets or returns the amount of space above and below a form list control in pixels.

verticalSpacingValue(Int32)
viewType()
viewType(Int32)
visible()

Sets or returns a value that indicates whether the control is visible.

visible(Boolean)
visibleRows()
visibleRows(Int32)
wait() (Inherited from XppObjectBase)
width(Int32)

Gets or sets the width of the control.

width(Int32, Int32)
widthMode()

Gets or sets the calculation mode of the width of the control.

widthMode(Int32)
widthValue()

Gets or sets the width of the control.

widthValue(Int32)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Events

OnEnter
OnGotFocus
OnLeaving
OnLostFocus
OnSelectionChanged

Explicit Interface Implementations

IHasImplementationClass._impl() (Inherited from FormControl)

Applies to