CompressableButton.EnforceFrontPush Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ensures that the button can only be pushed from the front. Touching the button from the back or side is prevented.
public:
 property bool EnforceFrontPush { bool get(); };public bool EnforceFrontPush { get; }member this.EnforceFrontPush : boolPublic ReadOnly Property EnforceFrontPush As Boolean