Click or drag to resize

VisualProperties Class

Exposes methods that set and get visual properties.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.WindowsShellVisualProperties

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class VisualProperties

The VisualProperties type exposes the following members.

Properties
  NameDescription
Public propertyNativeObject
Gets the underlying Shell native object (IVisualProperties).
Top
Methods
  NameDescription
Public methodStatic memberFromNativeObject
Gets a VisualProperties instance from a native COM object.
Public methodGetColor
Gets the color (COLORREF).
Public methodGetFont
Gets the current attributes set on the font.
Public methodGetItemHeight
Gets the item height.
Public methodSetColor(LOGFONT, Boolean, Boolean)
Sets attributes of the font.
Public methodSetColor(VPCOLORFLAGS, Int32, Boolean)
Sets the color as specified.
Public methodSetItemHeight
Sets the specified item height in pixels.
Public methodSetTheme
Sets the specified theme
Public methodSetWatermark
Provides a bitmap to use as a watermark.
Top
See Also