Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/Control classes

The following control classes are defined in WinBinder:

WinBinder class Windows class Description
<winterpostwiki>Accel</winterpostwiki> (none) Keyboard accelerator that sends a menu command
<winterpostwiki>Calendar</winterpostwiki> Month calendar Month calendar
<winterpostwiki>CheckBox</winterpostwiki> Button Two-state button that the user can click to set or unset a particular option
<winterpostwiki>ComboBox</winterpostwiki> Combo box Collapsible list of selectable items
<winterpostwiki>EditBox</winterpostwiki> Edit control Editable field that allows the user to enter plain text using the keyboard
<winterpostwiki>Frame</winterpostwiki> Static Static group box, image, etched rectangle, horizontal or vertical line
<winterpostwiki>Gauge</winterpostwiki> Progress bar Static control used to visually indicate the progress of an action
<winterpostwiki>HTMLControl</winterpostwiki> IE Server Control capable of displaying and operating an HTML page
<winterpostwiki>HyperLink</winterpostwiki> Static Read-only text control that displays and operates a hyperlink
<winterpostwiki>ImageButton</winterpostwiki> Button Custom button that can display any image
<winterpostwiki>InvisibleArea</winterpostwiki> Static Invisible but sensitive rectangular area.
<winterpostwiki>Label</winterpostwiki> Static Static control that displays text
<winterpostwiki>ListBox</winterpostwiki> List box Simple list of selectable items
<winterpostwiki>ListView</winterpostwiki> List view control Control with data arranged as rows and columns
<winterpostwiki>Menu</winterpostwiki> #32768 Refers to menus, menu items and sub-menus
<winterpostwiki>PushButton</winterpostwiki> Button Regular button that returns to its original position when released
<winterpostwiki>RadioButton</winterpostwiki> Button Button used in sets so that a user can choose only one option
<winterpostwiki>RTFEditBox</winterpostwiki> Rich edit control Text field than can display or edit formatted text
<winterpostwiki>ScrollBar</winterpostwiki> Scroll bar Control that allows scrolling items that are bigger than the visible area
<winterpostwiki>Slider</winterpostwiki> Track bar Control with a small movable cursor used to change a numeric value
<winterpostwiki>Spinner</winterpostwiki> Up-down control Control with two buttons used to increment/decrement a numeric value
<winterpostwiki>StatusBar</winterpostwiki> Status window Horizontal bar that appears on the bottom of a parent window
<winterpostwiki>TabControl</winterpostwiki> Tab control Container that organizes several controls in multiple pages
<winterpostwiki>ToolBar</winterpostwiki> Toolbar Horizontal bar container with buttons
<winterpostwiki>TreeView</winterpostwiki> Tree-view control Hierarchical list of items that can be expanded and collapsed


<winterpostwiki>

WinBinder Manual Contents
Getting started

Overview

Function reference

Other reference

<winterpostwiki>Constants</winterpostwiki>
<winterpostwiki>Global variables</winterpostwiki>
<winterpostwiki>Window classes</winterpostwiki>
<winterpostwiki>Control classes</winterpostwiki>

Information for C developers

</winterpostwiki>

See also

Winbinder Projects