Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeViewCheckBoxImages Members

TreeViewCheckBoxImages overview

Public Instance Properties

CheckedUrl Gets or sets the URL for the image to display when a TreeNode's CheckState is Checked.
DisabledCheckedUrl Gets or sets the URL for the image to display when a TreeNode's CheckState is Checked and Disabled property is true.
DisabledIndeterminateUrl Gets or sets the URL for the image to display when a TreeNode's CheckState is Indeterminate and Disabled property is true.
DisabledUncheckedUrl Gets or sets the URL for the image to display when a TreeNode's CheckState is Unchecked and Disabled property is true.
Height Gets or sets the height (in pixel) of checkbox images.
IndeterminateUrl Gets or sets the URL for the image to display when a TreeNode's CheckState is Indeterminate.
Margin Specifies the space on the left of this checkbox image.
UncheckedUrl Gets or sets the URL for the image to display when a TreeNode's CheckState is Unchecked.
Visible Gets or sets a value indicating whether the specified image is visible.
Width Gets or sets the width (in pixel) of checkbox images.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

TreeViewCheckBoxImages Class | EO.Web Namespace


Direct link to this topic