Click or drag to resize

WindowProperty Class

Defines a Window property.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesWindowProperty

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class WindowProperty

The WindowProperty type exposes the following members.

Constructors
  NameDescription
Public methodWindowProperty
Initializes a new instance of the WindowProperty class.
Top
Properties
  NameDescription
Public propertyHandle
Gets the property data handle.
Public propertyName
Gets the property name.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also