Click | Simulates a user click on the specified item. |
GetAutoManagedAttribute | Returns the behavior of an item attribute for forms with automatic management of modes.
You can set the behavior of an item attribute in Item.SetAutoManagedAttribute. |
Refresh | Reloads the item from the SAP Business One application. Use this method to update the database with new data from the Form object. |
SetAutoManagedAttribute | Sets the behavior of this item when the form mode changes in forms that are managed automatically by the application.
You can use this method to manipulate items behavior in specific form modes when the form modes are managed automatically by the application. |
Update | Refreshes the item display on the form. Use this method to update an object from the database. |
AffectsFormMode | Indicates whether this item triggers a change in the form mode. |
BackColor | The background color of text or graphics in an item. |
Description | The item description in the SAP Business One status bar. |
DisplayDesc | Indicates whether to show the description of valid values.
|
Enabled | Indicates whether the item is enabled. |
FontSize | The font size for EditText, ComboBox, and StaticText items. |
ForeColor | The foreground color of text or graphics in an item. |
FromPane | The start of the range of panes on which the item is visible (default is 0).
If the form has more than one pane, you can specify a range of panes on which the |
Height | The item's height. |
Left | The item's left position. |
LinkTo | A link to another object in the system. |
RightJustified | Indicates whether the item is right-justified. |
Specific | The interface for the specific item type that is being represented by the Item object.
Use this to access methods and properties specific to the underlying item type. |
TextStyle | Indicates the font style of text displayed by the item. |
Top | The item's top position. |
ToPane | The end of the range of panes on which the item is visible (default is 0).
If the form has more than one pane, you can specify a range of panes on which the |
Type | The item's type. |
UniqueID | The item's unique ID. |
Visible | Indicates whether the item is visible. |
Width | The item's width, in pixels. |