Class FormGroupBox
Inheritance
System.Object
FormGroupBox
Assembly: DRIT.Spreadsheet.dll
public class FormGroupBox : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
Declaration
public Font Font { get; }
Property Value
Text
Gets or sets the text displayed on the form control.
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ThreeDShading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements