Microsoft.Dynamics.Mobile.Framework.Controls Namespace
The Microsoft.Dynamics.Mobile.Framework.Controls namespace contains types that define controls and soft keys for the mobile application.
| Class | Description | |
|---|---|---|
| Button | Creates a button. |
| CaptionBar | Defines a standard caption bar at top of the tasklet display. |
| CheckBox | |
| CloseButtonCapture | Captures the window messages for the form to close. |
| ComboBox | Represents a ComboBox control. |
| ControlEx | Extends the Controls class. |
| DateChangedEventArgs | |
| DatePickerWeekdays | Creates a DatePicker for weekdays. |
| DateTimePicker | Represents a DateTimePicker control. |
| DetailSection | Defines the DetailSection control. |
| DetailSection..::.DetailSectionItemCollection | Represents a collection of DetailSectionItem objects stored in a DetailSectionItem. |
| DetailSectionItem | Represent an item for the DetailSection control. |
| DetailSectionItem..::.DetailSectionSubItem | Represents a sub-item of the DetailSectionItem. |
| DetailSectionItem..::.DetailSectionSubItemCollection | Represents a collection of DetailSectionItem..::.DetailSectionSubItem objects stored in the DetailSectionItem. |
| DetailSectionWidthException | Occurs when the total width of DetailSectionItem is out of range. |
| EventHandlers | Defines all public event handlers. |
| ExceptionEventArgs | Contains the exception information. |
| GradientPanel | |
| GraphicalMenu | |
| GraphicalMenuItem | |
| HScrollBar | Defines a custom horizontal scrollbar. |
| ImageButton | Implements an image button. |
| Label | Extended Label class. |
| ListView | Represents a custom listview control. |
| MenuEventCapture | Captures the menu events. |
| NumberPicker | |
| NumberPickerEventArgs | Defines the NumberPicker event class. |
| PictureBox | Represents a PictureBox for displaying images. |
| ProgressBar | Implements the progress bar. |
| RequestTooltipEventArgs | An event argument class for requesting tooltip text. |
| ScrollableBase | The base class for customizing the scrollbars of a control. |
| ScrollableControlEx | Obsolete. |
| SectionHeader | Specifies a UI control for displaying a section header. |
| Signature | Provides a view for drawing a signature. |
| TabControl | Represents a tab control. |
| TaskletView | The TaskletView class that provides basic UI behavior. |
| TextBox | Defines an owner drawn textbox. |
| ThemeColors | |
| UserControlEx | An extension for the standard UserControl. |
| VScrollBar | Specifies a custom vertical scrollbar. |
| WindowHandler | A base class that makes a sub-class of a given control (done by a window handle). |
| Interface | Description | |
|---|---|---|
| IListViewItemComparer | |
| IMessageHandler | Defines a message handler interface. |
| IMessageProvider | Defines the message provider interface. |
| IOwnerDraw | Specifies the OwnerDraw interface. |
| IOwnerDrawBackground | Implements the background owner draw functionality. |
| IProgress | Defines the interface for the progress calculation. |
| ITaskletView | Describes the tasklet base view. |
| ITransparencyContainer |
| Delegate | Description | |
|---|---|---|
| EventHandlers..::.ExceptionEventHandler | An exception callback that contains exception information. |
| EventHandlers..::.RequestTooltipEventHandler | An event raised when the tooltip texts is required. |
| EventHandlers..::.SortFunction | A sort method used when sorting ListView items. |
| EventHandlers..::.VisibilityChangedEventHandler | Notifies of a change in the NumberPicker visibility. |
| OnGraphicalMenuItemClick |
| Enumeration | Description | |
|---|---|---|
| AutoSizeMode | Determines the way the auto-sizing is done. |
| BackgroundMode | Specifies the background display mode. |
| ButtonStyle | Defines the style used on the image button. |
| CaptionBarMode | Specifies the CaptionBar view mode. |
| ControlType | Defines the control type. |
| DateChangeSource | |
| DetailSection..::.DetailUnit | Indicates which unit format the DetailSection uses. |
| DropDownState | Indicates the drop-down state of the ComboBox or DateTimePicker. |
| ItemActions | |
| ItemStates | |
| LabelMode | Defines the label rendering mode. |
| NumberPickerDisplayMode | Indicates the current mode in which the buttons display. |
| NumberPickerStyle | |
| PictureBoxImageAlignment | Determines the alignment of the image. |
| PictureBoxRenderMode | Determines the way the PictureBox control renders its image. |
| ScrollBarVisibility | Obsolete. Provides an indication of the scrollbar. |
| SignatureImageType | Defines an image format type for the Signature. |
| SortOrder | |
| ToolTipActivationMode | Specifies the activation mode for displaying the ToolTip. |