FormDropDialogButtonControl Class
Syntax
class FormDropDialogButtonControl extends FormControl
Run On
Client
Methods
Method | Description | |
---|---|---|
alignControl | Determines whether to align the control. (Overrides the alignControl Method.) | |
alignment | Changes the alignment of the text in the control.Values are Left, right, or center, to align the control appropriately. | |
allowEdit | Determines whether the user can change the contents of the control. (Overrides the allowEdit Method.) | |
allowSysSetup | Retrieves a value that indicates whether the control is shown in the SysSetup form. (Overrides the allowSysSetup Method.) | |
autoDeclaration | Determines whether the system can declare a member variable that has the same name as the control. (Overrides the autoDeclaration Method.) | |
autoRefreshData | Specifies whether the data from the data source that is associated with the control will be refreshed when the button is clicked. The default value is No. | |
backgroundColor | Gets or sets the background color of the control. | |
backStyle | Determiness whether the control background can be transparent. | |
beginDrag | Is called when the user starts to drag a form control. (Overrides the beginDrag Method.) | |
big | ||
BMSimulateClick | ||
bold | Gets or sets the weight of font used to output text in the control. | |
border | Gets or sets the style of the borderline of the control. | |
buttonDisplay | Gets or sets the appearance of the button control. | |
calcControlSize | Retrieves the size of the control. (Overrides the calcControlSize Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
caption | Gets or set the caption of the control. | |
characterSet | Gets or sets the character set of the font. | |
clicked | ||
colorScheme | Gets or sets the color scheme of the control. | |
configurationKey | Gets or sets the configuration key that is assigned to the control. (Overrides the configurationKey Method.) | |
configurationKeyEx | Retrieves a list that contains the IDs of configuration keys that are in effect for the control. (Overrides the configurationKeyEx Method.) | |
containerId | Retrieves the ID of the parent container for the control. (Inherited from FormControl.) | |
context | Shows the shortcut menu for the control. (Overrides the context Method.) | |
copy | Copies the contents of the control to the clipboard. (Overrides the copy Method.) | |
copyCallerQuery | Specifies whether to copy the query from the calling form to the target form. This enables the target form to display the same data that was being viewed in the original form. The default value is Auto. | |
countryRegionCodes | Gets or sets the comma-separated list of country/region codes for the control. (Overrides the countryRegionCodes Method.) | |
countryRegionContextField | Specifies the field that will be used to identify the country context. See CountryRegionCodes. | |
cut | Cuts the contents of the control. (Overrides the cut Method.) | |
dataRelationPath | Gets or sets the period-delimited list of relations that links the field binding of the DataField object to a relative table. (Overrides the dataRelationPath Method.) | |
dataSource | Gets or sets a data source to be used by the control or the form. | |
dataSourceObject | (Inherited from FormControl.) | |
defaultButton | Determines whether the button should be the default button in the form. | |
dialogClosed | ||
dialogInitialized | ||
disabledImage | Gets or sets the disabled image of the button. | |
disabledImageLocation | ||
disabledResource | Gets or sets the resource ID of the image to use as the disabled button image. | |
displayControl | Displays the control. (Overrides the displayControl Method.) | |
displayTarget | Gets or sets the value that indicates whether the control is displayed in the Microsoft Dynamics AX client, in Enterprise Portal for Microsoft Dynamics AX, or in both. (Overrides the displayTarget Method.) | |
dragDrop | Determines whether to enable or disable drag-and-drop operations for the control. (Overrides the dragDrop Method.) | |
dragLeave | Raises the dragLeave event to indicate that a mouse drag operation has left the current control. (Overrides the dragLeave Method.) | |
dragOver | Raises the dragOver event to indicate that a mouse drag operation is over the current control. (Overrides the dragOver Method.) | |
dragOverEx | Raises the dragOverEx event to indicate that a mouse drag operation is over the current control. (Overrides the dragOverEx Method.) | |
dragText | Retrieves the text that is displayed when the form control is dragged. (Overrides the dragText Method.) | |
drop | Raises the drop event to indicate that a drop operation is being performed on the current control. (Overrides the drop Method.) | |
dropEx | Raises the dropEx event to indicate that a drop operation is being performed on the current control. (Overrides the dropEx Method.) | |
enabled | Determines whether to enable or disable the object. (Overrides the enabled Method.) | |
endDrag | Is called when the user has finished dragging a form control. (Overrides the endDrag Method.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
fieldBinding | Retrieves the table and field bindings of the control into a FieldBinding derived class. (Inherited from FormControl.) | |
filter | ||
font | Gets or sets the name of the font for the control to use. | |
fontSize | Gets or sets the size of the font for the control to use. | |
forcedToOverflow | ||
foregroundColor | Gets or sets the text color for the control to use. | |
formRun | (Inherited from FormControl.) | |
formViewOption | Specifies the form mode to use. Options include Auto, Grid, and Details. The default is Auto. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
gotFocus | Indicates that the control has received focus. (Overrides the gotFocus Method.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasChanged | Sets or returns a value that indicates whether the contents of the control have changed. (Overrides the hasChanged Method.) | |
hasUserSetting | Indicates whether the control has custom user settings. (Overrides the hasUserSetting Method.) | |
height | Gets or sets the height of the control. (Overrides the height Method.) | |
heightMode | Gets or sets a calculation mode for the height of the control. (Overrides the heightMode Method.) | |
heightValue | Gets or sets the height of the control. (Overrides the heightValue Method.) | |
helpField | Retrieves the Help text for the control. (Overrides the helpField Method.) | |
helpText | Gets or sets the Help text to display at the bottom of the screen when a field or control is pointed to. (Overrides the helpText Method.) | |
hierarchyParent | Gets or sets the HierarchyParent property value of the control. (Overrides the hierarchyParent Method.) | |
hWnd | Retrieves the Windows handle for the control. (Overrides the hWnd Method.) | |
id | Retrieves the ID of the control. (Inherited from FormControl.) | |
imageLocation | ||
inputSearch | Performs data filtering for the control, based on the specified string. (Overrides the inputSearch Method.) | |
isContainer | ||
isDisplayed | Retrieves a value that indicates whether the control is displayed. (Overrides the isDisplayed Method.) | |
isRestricted | Retrieves a value that indicates whether the control is restricted. (Overrides the isRestricted Method.) | |
isUserSetupEnabled | Retrieves a value that indicates whether the control allows for the specified level of customization. (Overrides the isUserSetupEnabled Method.) | |
isVisible | Retrieves a value that indicates whether the control is visible. (Overrides the isVisible Method.) | |
italic | ||
jumpRef | ||
keyTip | ||
labelText | Retrieves the label text for the control. (Inherited from FormControl.) | |
left | Gets or sets the horizontal position of the control in the form. (Overrides the left Method.) | |
leftMode | Sets the horizontal arrange mode for the control in the form. (Overrides the leftMode Method.) | |
leftValue | Gets or sets the horizontal position of the control in the form. (Overrides the leftValue Method.) | |
lock | Locks the form control. (Inherited from FormControl.) | |
lockWindowUpdate | Locks or unlocks the window of the control for update. (Inherited from FormControl.) | |
lostFocus | Indicates that the control has lost focus. (Overrides the lostFocus Method.) | |
markAsUserAdd | Marks or unmarks the control as a user-added control. (Overrides the markAsUserAdd Method.) | |
menufunction | ||
menuItemName | Determines which menu item is run for a DropDialogButton control. | |
mouseDblClick | Is called when the control is double-clicked by the user. (Overrides the mouseDblClick Method.) | |
mouseDown | Is called when the user clicks the mouse button over the control. (Overrides the mouseDown Method.) | |
mouseEnter | Is called when the user moves the mouse pointer into the control area. (Overrides the mouseEnter Method.) | |
mouseLeave | Indicates that the mouse pointer has left the control. (Overrides the mouseLeave Method.) | |
mouseMove | Is called when the user moves the mouse pointer over the control. (Overrides the mouseMove Method.) | |
mouseUp | Is called when the user releases the mouse button over the control area. (Overrides the mouseUp Method.) | |
multiSelect | ||
name | Gets or sets the name that is used in code to identify a form, report, table, query, or other Microsoft Dynamics AX application object. (Overrides the name Method.) | |
neededPermission | Specifies the minimum permission level that is required to be allowed access to the control. (Overrides the neededPermission Method.) | |
needsRecord | Specifies whether a button is enabled if no record is present. The default value is No. | |
new | Initializes a new instance of the Object class. (Inherited from Object.) | |
normalImage | ||
normalResource | ||
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
openMode | Specifies the view mode of the target form. The possible values include Auto, View, Edit, and New.The default is Auto.You may use this property to specify whether the target form opens in edit or read-only mode. | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
packUserSetting | Packs the user settings for the control. (Overrides the packUserSetting Method.) | |
parameters | Gets or sets the list of parameters that are passed to objects taht are run by the MenuFunction class. | |
parentControl | Retrieves the parent control for the control. (Overrides the parentControl Method.) | |
paste | Pastes the contents of the clipboard into the control. (Overrides the paste Method.) | |
prefColumnSize | Specifies the preferred column width and height for the form control. (Overrides the prefColumnSize Method.) | |
primary | ||
registerOverrideMethod | ||
resetUserSetting | Resets the user settings for the control. (Overrides the resetUserSetting Method.) | |
saveRecord | ||
securityKey | Sets or returns the ID of the security key for the control. (Overrides the securityKey Method.) | |
sendExternalContext | Specifies whether the external record context of this form should be used as the menu item external record context. The default value is No. | |
setFocus | Sets the focus on the control. (Overrides the setFocus Method.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
shortkey | ||
showContextMenu | Shows the shortcut menu for the control. (Overrides the showContextMenu Method.) | |
showShortCut | ||
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. (Overrides the skip Method.) | |
sort | ||
style | Specifies the style of the form. This property controls the form design pattern being used with the form. The default is Auto. | |
text | ||
toolTip | Retrieves the tooltip text for the control. (Overrides the toolTip Method.) | |
top | Gets or sets the vertical position of the control in the form. (Overrides the top Method.) | |
topMode | Sets the vertical arrange mode for the control in the form. (Overrides the topMode Method.) | |
topValue | Gets or sets the vertical position of the control in the form. (Overrides the topValue Method.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
type | Specifies the type of the control. Read-only. (Overrides the type Method.) | |
underline | ||
unLock | Unlocks a form control. (Inherited from FormControl.) | |
unpackUserSetting | Unpacks the user settings for the control. (Overrides the unpackUserSetting Method.) | |
update | Updates the control. (Inherited from FormControl.) | |
updateWindow | Updates the window for the control. (Inherited from FormControl.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
userData | Gets or sets the user data for the control. (Overrides the userData Method.) | |
userDataItem | Gets or sets the user data item for the control. (Overrides the userDataItem Method.) | |
userDataItems | Gets or sets the number of user data items for the control. (Overrides the userDataItems Method.) | |
userDisable | Gets or sets the value that indicates whether the control is disabled for the user. (Overrides the userDisable Method.) | |
userHeight | Gets or sets the custom user height for the control. (Overrides the userHeight Method.) | |
userHide | Gets or sets the value that indicates whether the control is hidden from the user. (Overrides the userHide Method.) | |
userOrgContainer | Gets or sets the organization container for the control. (Overrides the userOrgContainer Method.) | |
userOrgSibling | Gets or sets the organization sibling for the control. (Overrides the userOrgSibling Method.) | |
userPromptText | Gets or sets the user label text for the control. (Overrides the userPromptText Method.) | |
userSecurityLevel | Gets or sets the user security level for the control. (Overrides the userSecurityLevel Method.) | |
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. (Overrides the userSkip Method.) | |
userWidth | Sets or returns the width of the control in pixels. (Overrides the userWidth Method.) | |
value | ||
valueStr | Retrieves the value of the control in string format. (Inherited from FormControl.) | |
verticalSpacing | Gets or sets the vertical spacing of the control in the form. (Overrides the verticalSpacing Method.) | |
verticalSpacingMode | Sets the vertical spacing mode for the control in the form. (Overrides the verticalSpacingMode Method.) | |
verticalSpacingValue | Gets or sets the vertical spacing of the control in the form. (Overrides the verticalSpacingValue Method.) | |
visible | Sets or returns a value that indicates whether the control is visible. (Overrides the visible Method.) | |
wait | Pauses a process. (Inherited from Object.) | |
width | Gets or sets the width of the control. (Overrides the width Method.) | |
widthMode | Gets or sets the calculation mode of the width of the control. (Overrides the widthMode Method.) | |
widthValue | Gets or sets the width of the control. (Overrides the widthValue Method.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
FormControl Class
FormDropDialogButtonControl Class