Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (33 loc) · 974 Bytes

togglebutton-shape-property-access.md

File metadata and controls

52 lines (33 loc) · 974 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
ToggleButton.Shape Property (Access)
vbaac10.chm14628
vbaac10.chm14628
access
Access.ToggleButton.Shape
86f39f5a-ab5b-2db2-611b-53568a99ac0c
06/08/2017

ToggleButton.Shape Property (Access)

Returns or sets the shape of the specified toggle button. Read/write Long.

Syntax

expression. Shape

expression A variable that represents a ToggleButton object.

Remarks

The Shape property uses the following settings.

Setting Description
0 Rectangle
1 (Default) Rounded Rectangle
2 Snip Single Corner Rectangle
3 Snip Same Side Corner Rectangle
4 Snip Diagonal Corner Rectangle
5 Snip and Round Single Corner Rectangle
6 Round Single Corner Rectangle
7 Round Same Side Corner Rectangle
8 Round Diagonal Corner Rectangle
9 Oval

See also

Concepts

ToggleButton Object