PropertiesTab Class

Definition

Represents the Properties tab on a PropertyGrid control.

public ref class PropertiesTab : System::Windows::Forms::Design::PropertyTab
public class PropertiesTab : System.Windows.Forms.Design.PropertyTab
type PropertiesTab = class
    inherit PropertyTab
Public Class PropertiesTab
Inherits PropertyTab
Inheritance
PropertiesTab

Constructors

PropertiesTab()

Initializes a new instance of the PropertiesTab class.

Properties

Bitmap

Gets the bitmap that is displayed for the PropertyTab.

(Inherited from PropertyTab)
Components

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

(Inherited from PropertyTab)
HelpKeyword

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

TabName

Gets the name of the Properties tab.

Methods

CanExtend(Object)

Gets a value indicating whether this PropertyTab can display properties for the specified component.

(Inherited from PropertyTab)
Dispose()

Releases all the resources used by the PropertyTab.

(Inherited from PropertyTab)
Dispose(Boolean)

Releases the unmanaged resources used by the PropertyTab and optionally releases the managed resources.

(Inherited from PropertyTab)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetDefaultProperty(Object)

Gets the default property of the specified component.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetProperties(ITypeDescriptorContext, Object, Attribute[])

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

GetProperties(Object)

Gets the properties of the specified component.

(Inherited from PropertyTab)
GetProperties(Object, Attribute[])

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

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to