Click or drag to resize

VisualProperties Class

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemHeight
Gets the item height.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also