Programmgesteuertes 3D-Erscheinungsbild eines Steuerelements

The following code example uses the ModifiedFormPages property of the current Inspector object to set the SpecialEffect property of a CheckBox on a page named "Test." By setting the SpecialEffect property to 2, the CheckBox will have a sunken effect.

Item.GetInspector.ModifiedFormPpages("Test").Checkbox1.SpecialEffect = 2

Support und Feedback

Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.