Specifies whether to override the document's background color and display the color specified by
IEModelViewControl::BackgroundColor.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BackgroundColorOverride As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As Boolean
instance.BackgroundColorOverride = value
value = instance.BackgroundColorOverride
|
C# | |
---|
bool BackgroundColorOverride {get; set;} |
C++/CLI | |
---|
property bool BackgroundColorOverride {
bool get();
void set (bool value);
} |
Return Value
True to override the document's background color, false to not
Example
Remarks
See Also
Availability
SolidWorks eDrawings API 2007 SP0