Establishes how to display a pane's contents.
Usage
Set_Property(OLECtrlEntID, "OLE.PaneEffect[index]", OptionValue)
Values
OptionValue can be set to one of the following valid options:
Value | Abbr. | Description |
---|---|---|
Normal | NOR | The caption uses the window system text color, and the image uses it's default colors |
Animate | ANI | The image's frames are animated in consecutive order based on the PaneAnimationDelay property value, and the caption is drawn normally |
Dimmed | DIM | The text and image are grayed |
Disabled | DIS | The text and image are etched |
Invisible | INV | The text and image are not drawn, but the pane's border still appears (if it has one) |
Default: Normal
Indices
Index | Description |
---|---|
index | Index to an existing pane |
Remarks
The PaneEffect property gives you complete control of a pane's visual appearance. Normal panes display their caption and image without modification. Dimmed and Disabled panes alter the caption and image to provide visual feedback. Dimmed panes simply gray the text and image to indicate that something is "Off." Disabled panes make the caption and image appear etched to indicate that something is unavailable or disabled. Invisible panes simply hide the caption and image. Animated panes cycle through the pane's image frames automatically at intervals based on the value of that pane's PaneAnimationDelay property.