System.Windows.Forms.Design.PropertyTab Members

The members of System.Windows.Forms.Design.PropertyTab are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Windows.Forms.Design.PropertyTab class.

Public Properties

[read-only]
BitmapSystem.Drawing.Bitmap.

Gets the bitmap that is displayed for the System.Windows.Forms.Design.PropertyTab.

Componentsobject[].

Gets or sets the array of components the property tab is associated with.

[read-only]
HelpKeywordstring.

Gets the Help keyword that is to be associated with this tab.

[read-only]
abstract
TabNamestring.

Gets the name for the property tab.

Public Methods

CanExtend(object) : bool

Gets a value indicating whether this System.Windows.Forms.Design.PropertyTab can display properties for the specified component.

Dispose()

Releases all the resources used by the System.Windows.Forms.Design.PropertyTab.

Finalize()

Allows a System.Windows.Forms.Design.PropertyTab to attempt to free resources and perform other cleanup operations before the System.Windows.Forms.Design.PropertyTab is reclaimed by garbage collection.

GetDefaultProperty(object) : System.ComponentModel.PropertyDescriptor

Gets the default property of the specified component.

GetProperties(object) : System.ComponentModel.PropertyDescriptorCollection

Gets the properties of the specified component.

abstract
GetProperties(object, Attribute[]) : System.ComponentModel.PropertyDescriptorCollection

Gets the properties of the specified component that match the specified attributes.

GetProperties(System.ComponentModel.ITypeDescriptorContext, object, Attribute[]) : System.ComponentModel.PropertyDescriptorCollection

Gets the properties of the specified component that match the specified attributes and context.

Protected Methods

Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.Design.PropertyTab and optionally releases the managed resources.