fore_ole_color property

fore_ole_color property

Gets and sets the ole color of the foreground.

Remarks

Not applies to Image control.

Definition:

@property
def fore_ole_color(self):
    ...
@fore_ole_color.setter
def fore_ole_color(self, value):
    ...

See Also