Assembly: Adhoc;
Namespace: Prognoz.Platform.Interop.Adhoc;
The DashboardDocumentViewerBox class implements the DashboardDocumentViewerBox development environment component.
| Property name | Brief description | |
| The Dashboard property determines a data source for a component. |
| Property name | Brief description | |
| The Align property determines component alignment within its parent component. | ||
| The AllowDrag property determines whether an object can be dragged from a component. | ||
| The AllowDrop property determines whether a component can accept a dragged object. | ||
| The Anchors property returns settings determining % of the size change for the current component when the parent component is resized. | ||
| The Brush property determines a brush for filling the component area. | ||
| The ClientHeight property determines the height of the client component area. | ||
| The ClientWidth property determines the width of the client component area. | ||
| The Color property determines component background color. | ||
| The Cursor property determines how the cursor looks like when it hovers over a component during form execution. | ||
| The Enabled property determines whether a component is available for the user. | ||
| The Focused property returns True if the focus is set to this component. | ||
| The Font property determines parameters of the font that is used to display text in a component. | ||
| The Height property determines component height in pixels. | ||
| The HelpContext property determines the unique index for a section of a context help for this component. | ||
| The Hint property determines the tooltip text displayed on hovering over a component. | ||
| The HintTimeout determines the time, for which the tooltip is displayed. | ||
| The Left property determines the coordinate of the component left edge in pixels. | ||
| The Parent property determines the parent component. | ||
| The ParentColor property determines whether a component inherits the parent component color. | ||
| The ParentFont property determines whether a component should use the parent component font. | ||
| The ParentShowHint property determines when a tooltip is displayed. | ||
| The PopupMenu property determines the context menu displayed when a component is clicked with the right mouse button. | ||
| The Scrolls property returns parameters of component scrollbars. | ||
| The ShowHint property determines whether a tooltip should be displayed on hovering over a component. | ||
| The TabOrder property determines the component position in a tab order. | ||
| The TabStop property determines whether a component is focused when the Tab button is pressed. | ||
| The Text property determines the row identifying a component for the user. | ||
| The Top property determines the coordinate of the component upper edge in pixels. | ||
| The Visible property determines whether a component is displayed during form execution. | ||
| The Width property determines the horizontal size of a component in pixels. |
| Property name | Brief description | |
| The ComponentCount property returns the number of child components. | ||
| The Components property returns a child component. | ||
| The Data property is used to store any custom data. | ||
| The Name property determines a component name. | ||
| The Tag property is not used by the compiler. The user can change the value of the Tag property and use it as required. |
| Method name | Brief description | |
| Outdated. The BringToFront method sends a component to the foreground. | ||
| The ClientToScreen method converts the point coordinates, specified relative to the component coordinate system, to screen coordinates. | ||
| The DoDragDrop method enables the user to start dragging. | ||
| The GetImage method returns a graphic view of a component together with all child components. | ||
| The ScreenToClient method converts screen coordinates of a point to coordinates specified relative to the component coordinate system. | ||
| Outdated. The SendToBack method is used to send a component to the background. | ||
| The SetFocus method sets focus to this component. |
See also: