Sets the bevel shadow color of an existing button element.
Visual Basic |
---|
Public Sub ElementSetBevelShadowColor( _ ByVal elementHandle As Long, _ ByVal clr As OLE_COLOR _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- clr
- The RGB (Red Green Blue) color value of the element's bevel shadow.
The BevelShadowColor is the color value of the bottom and right bevel edges of a Button object.