Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
HollowFrame property 
 
Type
BOOL for Visual C++ 
boolean for Visual Basic
 
 
Syntax
object.HollowFrame  [=boolean]
 
 
Remarks
Boolean value that enables/disables the creation of hollow frames
This property has effect only when the Style property is set to STYLE_FRAME. 
Supported values are the following: 
Value
Meaning
FALSE (default)
Creates a solid frame.
TRUE
Creates a hollow frame.
for further information about the use of frames, see the How to use the control as a Frame control section. 
(Available only with Professional edition)
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index