XSharp.VO.SDK Namespace |
Class | Description | |
---|---|---|
__DDImp | Obsolete. | |
__DocApp | Obsolete. | |
__FormDialogWindow | Obsolete. | |
__FormFrame | Obsolete. | |
__WindApp | Obsolete. | |
Accelerator |
Create an accelerator table.
| |
AcceleratorKey | ||
AdsSQLServer | ADS Compatible DbServer class that received a Sql Select statement in its constructor | |
AnimationControl | ||
App |
Create an entity that represents the overall application. Please note that you have to create a subclass of App in your code and add a Start() method to this class. You can't add a Start() method to the App() class inside GUI Classes like you can in VO.
| |
AppCommandEvent | ||
AppWindow |
Provide the base class from which all X# application windows are subclassed.
| |
BaseListBox |
Abstract (Empty) Class for compatibility with VO
| |
Bitmap |
Create a bitmap, which is a bit pattern entity—that is, a two-dimensional array of pixels, each pixel having color attributes (monochrome or color).
| |
BitmapObject |
Create a Bitmap object; this type of entity is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various objects.
| |
BoundingBox |
Create a bounding box, which is a set of four numbers that represent the bottom-left and top-right corners of a rectangle.
| |
Brush |
Create a brush, which can be used by the Window:PaintBoundingBox() method and the DrawObject hierarchy.
| |
Button |
Provide the base class from which all X# buttons are subclassed.
| |
ButtonImageList |
Create an image list for use with buttons.
| |
CheckBox |
Create check boxes, which are controls that can be toggled on or off by a user (or for 3-state check boxes, to a third state).
| |
ChildAppWindow |
Create child application windows.
| |
ChildWinForm | ||
Clipboard | ||
Color |
Select or create a color, which can be used by a Brush, Pen, or DrawObject object.
| |
ComboBox |
Create a combo box, which is used when you need to provide the user with both a list of choices and an edit control (to optionally allow them to type in their own choice).
| |
ComboBoxEx | ||
ComboBoxExEndEditEvent | ||
Console |
Encapsulate a Win32 console application.
| |
ConsoleCoord |
A helper class encapsulating a console window's coordinates.
| |
Control |
Provide the base class from which all X# controls are subclassed.
| |
ControlEvent | ||
ControlFocusChangeEvent | ||
ControlNotifyEvent | ||
ControlWindow |
Create a control as part of the Window hierarchy, thereby allowing the behavior of the control to be customized using event handlers.
| |
Cursor | ||
CustomControl | ||
DataBrowser |
Create a data browser, which is a spreadsheet-like table for displaying information from a data server.
| |
DataColumn |
Create columns for use in a data browser.
| |
DataDialog |
Create a data window that behaves like a modal dialog window (also commonly referred to as a dialog box).
| |
DataField |
Create a field, which is an object that holds information that defines a particular field in a data server (for example, the field's data type and length).
| |
DataListView | ||
DataServer | ||
DataWindow |
Create a data window which is capable of interacting intelligently with a data server.
| |
DateFS |
Create a date field specification which holds date data type information.
| |
DateRange |
An auxiliary class used by the DateTimePicker and MonthCalendar controls to represent a date range.
| |
DateTimePicker | ||
DateTimeSelectionEvent | ||
DbFileSpec |
Hold the file name and path for a .DBF file and provide DBF-related functions, such as creating, copying, deleting, moving, and renaming files.
| |
DbServer |
Create a data server that can operate with existing .DBF database files and their associated index files.
| |
DialogWindow |
Create a dialog window (also commonly referred to as a dialog box), which allows the application and end user to interact. This type of dialog can be modal or modeless (see the description below).
| |
Dimension |
Create a Dimension object, which is used to describe the size of two-dimensional objects using ordered pair coordinates (width, height or x, y).
| |
DragDropClient | ||
DragDropServer | ||
DragEvent | ||
DrawObject | ||
Edit |
Provide the base class from which all X# edit controls are subclassed.
| |
EditFocusChangeEvent | ||
EditWindow |
Create an edit control as part of the Window hierarchy, thereby allowing the behavior of the edit control to be customized using event handlers.
| |
EllipseObject | ||
ErrorBox |
Present the user with an error message box.
| |
Event | ||
EventContext |
Provide the base class from which all X# event-handling classes are subclassed, embodying the elements needed by any objects that receive events.
| |
ExplorerWindow |
Create an explorer window.
| |
ExposeEvent | ||
Extensions | ||
FieldSpec |
Create a field specification, which holds general data type information about data elements, such as database fields and window controls.
| |
FileSpec |
Create a file specification, which provides a useful framework for managing file names and paths.
| |
FixedBitmap |
Create a FixedBitmap object. Unlike the bitmaps created by the Bitmap class, fixed bitmaps are static—they do not need to be redisplayed every time an ExposeEvent occurs. FixedBitmap objects can be created dynamically or from a resource entity.
| |
FixedIcon |
Create a FixedIcon object. Unlike the icons created by the Icon class, fixed icons are static—they do not need to be redisplayed every time an ExposeEvent occurs. FixedIcon objects can be created dynamically or from a resource entity.
| |
FixedImage |
Provide the base class from which FixedBitmap and FixedIcon are subclassed.
| |
FixedText |
Create a FixedText object.
| |
FocusChangeEvent | ||
Font |
Create a font, which describes how characters are displayed on a window.
| |
FormattedTextObject |
Provide a way to format a string specifying position (origin), font, and color.
| |
GroupBox |
Create a group box, which can be used to group related controls together.
| |
GuiFactory | ||
HelpDisplay |
Create a link to the help system in use.
| |
HelpRequestEvent | ||
HorizontalScrollBar |
Create a horizontal scroll bar that is independent of its owner window.
| |
HorizontalSelectionSlider |
Create a horizontal selection slider control.
| |
HorizontalSlider |
Create a horizontal slider control.
| |
HorizontalSpinner | ||
HotKey |
Create a hot key.
| |
HotKeyEdit |
Create a hot key edit.
| |
HotKeyRule |
Create a hot key rule.
| |
HTMLControl | ||
HyperLabel |
Create a hyperlabel, which stores information about another object.
| |
HyperLink |
Create a HyperLink control.
| |
Icon |
Create an icon, which is a small bitmap that the system displays for a window when it is iconized in its owner window.
| |
ImageList |
Create an image list.
| |
InfoBox |
Present the user with informational message box.
| |
IntegerFS |
Create an integer field specification, which holds integer data type information.
| |
IPAddress |
Edit control to edit an IP address that consists of 4 numbers
| |
IpcClient |
Register an application as a client able to request and receive data from a designated server application.
| |
IpcClientErrorEvent | ||
IpcDataRequestEvent | ||
IpcDataUpdateEvent | ||
IpcEvent | ||
IpcExecuteRequestEvent | ||
IpcServer |
Register an application as a server able to access data on specific topics and update registered topics and update registered client applications.
| |
IpcTopic | ||
IpcTopicData | ||
KeyEvent | ||
LineObject |
Create a LineObject object; this type of entity is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various objects.
| |
ListBox |
Create a list box.
| |
ListView | ||
ListViewColumn |
Create a list view column.
| |
ListViewColumnClickEvent | ||
ListViewDeleteEvent | ||
ListViewDragEvent | ||
ListViewEditEvent | ||
ListViewItem |
Create a list view item.
| |
ListViewItemEvent | ||
ListViewKeyEvent | ||
ListViewMouseEvent | ||
LogicFS |
Create a logic field specification, which holds logic data type information.
| |
Menu |
Create a menu. Menus consist of items which the user selects for execution; a menu item can be a string, a bitmap, or another menu.
| |
MenuCommandEvent | ||
MenuEvent | ||
MenuInitEvent |
Provide information about a MenuInitEvent, generated when the user first activates a menu for the first time.
| |
MenuSelectEvent |
Provide information about a MenuSelectEvent, generated whenever a menu item is highlighted on a menu (menu items are highlighted as the user moves either the mouse or the highlight bar up or down a menu).
| |
MessageFilter | ||
MinMaxInfoEvent | ||
ModelessDialog |
Create a modeless dialog window (also commonly referred to as a dialog box), which are used to present a collection of controls for user input and output.
| |
MoneyFS |
Create a money field specification, which holds money data type information.
| |
MonthCalendar |
Encapsulate a standalone MonthCalendar control.
| |
MonthCalSelectionEvent | ||
MouseEvent | ||
MoveEvent | ||
MultiLineEdit |
Create a multiline edit control for displaying and entering information to a variable or field in a server. Multiline edit controls may be bound to a data server field of any type (character, date, logical, numeric, or memo).
| |
MultiMediaContainer |
Implement a container window for displaying multimedia data.
| |
NumberFS |
Create a number field specification, which holds numeric data type information.
| |
OLEDataWindow | Obsolete. | |
OleDragEvent | ||
OLEShellWindow | Obsolete. | |
OpenDialog |
Present the user with a standard "file open" dialog box.
| |
OrderSpec |
OrderSpec class was designed to model index information at the order level - not file level - and complement the DBFileSpec class.
| |
Pair |
Provide the base class from which all X# objects containing ordered pairs of values are subclassed.
| |
PaletteDialog |
Present the user with a standard color palette dialog box, allowing the user to define custom colors.
| |
Pen |
Create a pen, which can be used to draw lines in a particular color, style, and width. Pens are used by the Window:LineTo() method and the DrawObject hierarchy.
| |
PieObject |
Construct a PieObject object.
| |
Point |
Create a point, which is used to describe a location on the canvas of a window.
| |
Pointer |
Create a mouse cursor, which is used to visually represent the mouse in a window.
| |
Printer |
Create an object that represents a single print job.
| |
PrinterErrorEvent | ||
PrinterExposeEvent | ||
PrintingDevice |
Create an object that allows you to set up the printing device for an application. It also allows you to invoke the standard dialog box to configure a default printer and change values, such as changing the page orientation or paper source.
| |
ProgressBar |
Create a progress bar.
| |
PushButton |
Create a push button, which can be used to initiate an event and associated action when clicked on by the user.
| |
RadioButton |
Create a radio button.
| |
RadioButtonGroup | ||
Range |
Create a range, representing the minimum and maximum values of the coordinates (or scroll units) that the thumb position on a scroll bar can move—up or down, left or right.
| |
RectangleObject |
Create a RectangleObject object; this class is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various geometric objects.
| |
ResizeEvent | ||
ResourceDialog | ||
ResourceDialogItem | ||
ResourceFile |
Identify a file containing resource information.
| |
ResourceID |
Identify and create a ResourceID using a numeric resource ID.
| |
ResourceMenu | ||
ResourceMenuItem | ||
ResourceReader | ||
ResourceString |
Extract strings from a resource entity.
| |
RichEdit |
Create a rich edit control.
| |
RichEditProtectEvent | ||
RichEditSelectionEvent | ||
SaveAsDialog |
Provide standard save-file dialog facilities.
| |
ScrollBar |
Provide the base class from which all X# scroll bars are subclassed.
| |
ScrollEvent | ||
SelectDialog |
Present the user with a standard color palette dialog box.
| |
Selection |
Create a selection, which represents the start and end of a text selection in an edit control as an ordered pair.
| |
SelectionSlider |
Create a selection slider.
| |
ShapeObject | ||
ShellWindow |
Create a shell window, which provides MDI support for your applications.
| |
SingleLineEdit |
Create a single-line edit control for displaying and entering information to a variable or field in a server.
Single-line edit controls may be bound to a data server field of any type (character, date, logical, numeric, or memo).
| |
Slider | ||
SliderEvent | ||
Spinner | ||
SpinnerEdit | ||
SpinnerEvent | ||
SplitView | ||
SplitWindow |
Create a split window.
| |
SQLCatalogQuery |
Provide the base class from which all X# catalog classes are subclassed.
| |
SQLColumn |
Describe an SQL column.
| |
SQLColumnAttributes |
Describe the attributes of an SQL column.
| |
SQLConnection |
Manage an SQL connection to an ODBC data source. A SQLConnection object is needed before any database operations can be performed.
| |
SQLData | Obsolete.
Represent an SQL data value; used internally by SQL classes.
| |
SQLErrorInfo |
Describe a SQL error.
| |
SqlFunctions | ||
SQLListColumnPrivileges |
List the columns and associated privileges for one or more tables.
| |
SQLListColumns |
List the column names in specified tables.
| |
SQLListDatabases | ||
SQLListForeignKeys |
List the column names that comprise foreign keys, if they exist for a specified table.
| |
SQLListIndexColumns | ||
SQLListIndexes | ||
SQLListPrimaryKeys |
List the column names that comprise the primary key for a table.
| |
SQLListProcedureColumns |
List the input and output procedure parameters and columns that make up the result set for the specified procedures.
| |
SQLListProcedureParameters | ||
SQLListProcedures |
List the procedure names stored in a specific data source.
| |
SQLListReservedWords | ||
SQLListRestrictions | ||
SQLListSpecialColumns |
List information about the optimal set of columns that uniquely identifies a row in a specified table or the columns that are updated automatically when any value in the row is updated by a transaction.
| |
SQLListStatistics |
List the table statistics and the indexes.
| |
SQLListTablePrivileges |
List the tables and associated privileges.
| |
SQLListTables |
List the table names stored in a specific data source.
| |
SQLListTriggers | ||
SQLListTypeInfo |
List the ODBC data types that are supported by this connection.
| |
SQLListUsers | ||
SQLListViewColumns | ||
SQLListViews | ||
SqlParameter | ||
SQLSelect |
Manage a SQL select statement to select a set of rows from an ODBC data source. The rows can be read, modified, or deleted using the SQLSelect methods.
| |
SQLStatement |
Manage a SQL statement.
| |
SQLTable |
Manage a table.
| |
SQLValue |
Describe a SQL value.
| |
StandardColorDialog |
Provide the base class from which all X# color dialog boxes are subclassed.
| |
StandardColorDialogVOCOlorDialog | ||
StandardDialog |
Provide the base class from which all X# standard dialog boxes are subclassed.
| |
StandardFileDialog |
Provide the base class from which all X# standard file-oriented dialog boxes are subclassed.
| |
StandardFolderDialog |
Encapsulate a standard folder dialog.
| |
StandardFontDialog |
Provide standard font dialog facilities.
| |
StatusBar |
Create a status bar for use in a window.
| |
StatusBarItem |
Create a status bar item.
| |
StatusBarKeyItem |
Create a status bar item to display CapsLock, Numlock and Insert keys
| |
StringFS |
Create a string field specification, which holds string data type information.
| |
SysLink |
Create a SysLink control.
| |
SysLinkSelectEvent | ||
TabControl |
Create a tab control.
| |
TextBox |
Present the user with a text message box.
| |
TextControl |
Provide the base class from which all X# controls are subclassed.
| |
TextObject | ||
ToolBar |
Create a toolbar.
| |
ToolBarToolBarChild | ||
ToolBarToolBarExtraBitmap | ||
ToolBarToolBarTipText | ||
ToolBarToolBarUpdate | ||
TopAppWindow |
Create a top-level application window.
| |
TreeView |
Create a tree view control.
| |
TreeViewDeleteEvent | ||
TreeViewDragEvent | ||
TreeViewEditEvent | ||
TreeViewExpandedEvent | ||
TreeViewExpandingEvent | ||
TreeViewItem |
Create a tree view item.
| |
TreeViewItemComparer | ||
TreeViewItemEvent | ||
TreeViewKeyEvent | ||
TreeViewMouseEvent | ||
TreeViewSelectionEvent | ||
VerticalScrollBar |
Create a vertical scroll bar.
| |
VerticalSelectionSlider | ||
VerticalSlider | ||
VerticalSpinner | ||
VOAppForm | ||
VOButton | ||
VOCheckBox | ||
VOChildAppForm | ||
VOColumnHeader | ||
VOComboBox | ||
VOControlProperties | ||
VODataForm | ||
VODataGridView | ||
VODataGridViewColumn | ||
VODataGridViewRow | ||
VODataListView | ||
VODateTimePicker | ||
VODialogForm | ||
VOForm | ||
VOFormProperties | ||
VOFramePanel | ||
VOGroupBox | ||
VOHotKeyTextBox | ||
VOHScrollBar | ||
VOHSpinner | ||
VOHtmlEditorControl | ||
VOImageLabel | ||
VOIPAddressTextBox | ||
VOLabel | ||
VOLinkLabel | ||
VOListBox | ||
VOListView | ||
VOListViewItem | ||
VOMainMenu | ||
VOMenu | ||
VOMenuItem | ||
VOMLETextBox | ||
VOMonthCalendar | ||
VOOwnerDrawnLabel | ||
VOPanel | ||
VOProgressBar | ||
VOProperties | ||
VORadioButton | ||
VORichTextBox | ||
VOSeparator | ||
VOShellForm | ||
VOSlider | ||
VOSpinnerTextBox | ||
VOSplitContainer | ||
VOStatusBar | ||
VOStatusItem | ||
VOSurfacePanel | ||
VOTabControl | ||
VOTextBox | ||
VOToolBar | ||
VOToolBarButton | ||
VOToolStrip | ||
VOToolStripButton | ||
VOToolTip | ||
VOTopAppForm | ||
VOTrayIcon | ||
VOTreeNode | ||
VOTreeView | ||
VOVScrollBar | ||
VOVSpinner | ||
VOWinFormApp | ||
WarningBox |
Create a warning message box.
| |
Window |
Provide the base class from which all X# windows are subclassed.
| |
WindowVOAlignElement | ||
WindowHorizontalScrollBar | ||
WindowScrollBar | ||
WindowVerticalScrollBar | ||
WinFormVOWindow | ||
WinFormVOWindowHost |
Structure | Description | |
---|---|---|
_WINBITMAPINFO | ||
_WINBITMAPINFOHEADER | ||
_WINRGBQUAD | ||
OleDragEventInfo |
Interface | Description | |
---|---|---|
IBaseListBox |
Interface with common properties that both the listbox and combobox class have
| |
IControlParent |
This interface defines a couple of properties and methods for 'owners' of Controls, such as the window class
| |
IDataBrowser | ||
IGuiObject |
This interface defines a couple of common properties and methods for Controls and Windows
| |
ILastFocus | ||
INamedEvent | ||
IResource | ||
ITimer | ||
IVOControl |
This interface is defined for all VO..Control classes
| |
IVOControlContainer | ||
IVOControlInitialize |
This interface is implemented by controls that need special initialization, such as the TabControl and RTF Control
| |
IVOControlProperties |
This interface declares the link between a Windows Forms Control and the matching VOSDK.Control
| |
IVOForm | ||
IVOFramePanel | ||
IVOPanel | ||
IVOUIObject |
Delegate | Description | |
---|---|---|
VOPropertiesStyleChanged_Delegate | ||
WndProc |
Enumeration | Description | |
---|---|---|
Concurrency | ||
ControlType | ||
FocusSelect | ||
Notify |
This enum describes the various notification messages that are used by VO compatible servers and clients
| |
OverWriteMode | ||
ScrollMode | ||
ShowWindowCommands |