GroupBox Class (Typed) |
|
Namespace: XSharp.VO.SDK
The GroupBox type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentText |
This property is provided to override the inherited functionality from the TextControl class, as it does not apply to group boxes.
(Overrides CurrentText.) |
| Name | Description | |
|---|---|---|
| AsString |
Return an identifying label for the group box.
(Overrides AsString.) | |
| Timer |
Provide a method to be invoked at specific intervals defined when the timer is registered though the RegisterTimer() method.
(Overrides Timer.) |
| CUA Style: According to CUA guidelines, you should not use group boxes for a set of one or more push buttons or list boxes. Rather, a group box would be more useful in a "Print File" dialog, for example, where a number of options—like a "Copies" edit control and a "Print Color" check box—can be grouped together. |