Appearanceproperty
Returns or sets the paint style of the control on an MDIForm or Form object.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
PROPERTY Appearance () AS AppearanceSettings
PROPERTY Appearance (BYVAL app AS AppearanceSettings)
Parameters
| Name | Description | |
|---|---|---|
app | One of the constants listed below. |
Description
Returns or sets the paint style of the control.
Remarks
The Appearance property works in conjunction with the BorderStyle property. For a truly flat look, Appearance is often set to 0 and BorderStyle to 0 (None).
Visual scope: It primarily influences the outer frame and the lines separating fixed headers. It does not directly change the background color or font, which are handled by properties like BackColor and Font.
Reference
- Documented in Windows/Windows GUI/MSHFlexGrid Class.md
- Topic: Microsoft Hierarchical Grid