VisualProperties Class |
Namespace: callback.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 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromNativeObject |
Gets a VisualProperties instance from a native COM object.
| |
GetColor |
Gets the color (COLORREF).
| |
GetFont |
Gets the current attributes set on the font.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetItemHeight |
Gets the item height.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |