Returns or sets a value indicating whether the skin will be applied to the MsgBox and InputBox dialogs or not. It is available at design time and at run time.
Syntax
object.SkinBoxes [= value]
The SkinBoxes property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A boolean expression specifying if the skin will be applied to the MsgBox and InputBox dialog boxes. |
Settings
The settings for value are:
| Value | Description |
| True | (Default) The skin will be applied to the dialogs. |
| False | The dialogs will appear without skin. |
| See also: | ApplyTo (property) |
| BoxesDefaultTitle (property) |
![]()