This property must be set with the setting of the Forms property of the
project in the case that the property ApplyTo is
set to skAllForms with the purpose of performing the skin in all the forms. It is suggested to do it in the Form_Load event of the form that contains the Skinner control.
It is not available at design time and it is read only at run time.
Syntax
Set object.Forms = Forms
The Forms property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A reference to the Forms collection of the project. |
| See also: | ApplyTo (property) |
![]()