A single property for setting multiple control properties at once.
Usage
Set_Property(OLECtrlEntID, "OLE.OmniProperty", Array)
Values
Array has the following structure:
Pos | Name | Type | Description | Default |
---|---|---|---|---|
<1> | Image | Formatted String | The control's image | "" |
<2> | Layout | Option | The control's image layout | Clip |
<3> | Alignment | Multivalue | The control's alignment | Center:@FM:Center |
<4> | BorderAlignment | Formatted String | The control's border alignment | None |
<5> | BorderType | Option | The control's border | None |
<6> | ControlPart | Option | The control's control part | None |
<7> | TransparentColor | Formatted String | The control image's transparent color | Auto |
<8> | BackgroundColor | Color | The control's background color | None |
Remarks
A single property for setting multiple control properties. Use this property when setting many properties at once, such as initialization.