VisualProperties Class |
Namespace: ShellBoost.Core.WindowsShell
public class VisualProperties
The VisualProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeObject |
Gets the underlying Shell native object (IVisualProperties).
|
| Name | Description | |
|---|---|---|
| FromNativeObject |
Gets a VisualProperties instance from a native COM object.
| |
| GetColor |
Gets the color (COLORREF).
| |
| GetFont |
Gets the current attributes set on the font.
| |
| GetItemHeight |
Gets the item height.
| |
| SetColor(LOGFONT, Boolean, Boolean) |
Sets attributes of the font.
| |
| SetColor(VPCOLORFLAGS, Int32, Boolean) |
Sets the color as specified.
| |
| SetItemHeight |
Sets the specified item height in pixels.
| |
| SetTheme |
Sets the specified theme
| |
| SetWatermark |
Provides a bitmap to use as a watermark.
|