The color that fills the specified shape.
object.FillColor
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISShape interface |
uint
Display some information about the specified shape, including the color that fills it.
Dim aShape
Dim aShapeInfo
Set aShape = Form.Controls_("Shape1")
aShapeInfo =_
"Type Name: " & aShape.TypeName & vbNewLine &_
"ShortName: " & aShape.ShortName & vbNewLine &_
"FillColor (BGR): #" & HEX(aShape.FillColor)
Profile.MsgBox(aShapeInfo)
In Profile Client v8 on User Interface Fill Color can be found in
.