A single property for setting multiple control properties at once.

Usage

Set_Property(OLECtrlEntID, "OLE.OmniProperty", Array)

Values

Array has the following structure:

PosNameTypeDescriptionDefault
<1>ImageFormatted StringThe control's image""
<2>LayoutOptionThe control's image layoutClip
<3>AlignmentMultivalueThe control's alignmentCenter:@FM:Center
<4>BorderAlignmentFormatted StringThe control's border alignmentNone
<5>BorderTypeOptionThe control's borderNone
<6>ControlPartOptionThe control's control partNone
<7>TransparentColorFormatted StringThe control image's transparent colorAuto
<8>BackgroundColorColorThe control's background colorNone

Remarks

A single property for setting multiple control properties. Use this property when setting many properties at once, such as initialization.

  • No labels