This documentation is archived and is not being maintained.
PropertiesTab Class
Visual Studio 2010
Represents the Properties tab on a PropertyGrid control.
System::Object
System.Windows.Forms.Design::PropertyTab
System.Windows.Forms.PropertyGridInternal::PropertiesTab
System.Windows.Forms.Design::PropertyTab
System.Windows.Forms.PropertyGridInternal::PropertiesTab
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The PropertiesTab type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. (Overrides PropertyTab::HelpKeyword.) |
![]() | TabName | Gets the name of the Properties tab. (Overrides PropertyTab::TabName.) |
| Name | Description | |
|---|---|---|
![]() | CanExtend | 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.) |
![]() | Finalize | Allows a PropertyTab to attempt to free resources and perform other cleanup operations before the PropertyTab is reclaimed by garbage collection. (Inherited from PropertyTab.) |
![]() | GetDefaultProperty | Infrastructure. Gets the default property of the specified component. (Overrides PropertyTab::GetDefaultProperty(Object).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperties(Object) | Gets the properties of the specified component. (Inherited from PropertyTab.) |
![]() | GetProperties(Object, array<Attribute>) | Infrastructure. Gets the properties of the specified component that match the specified attributes. (Overrides PropertyTab::GetProperties(Object, array<Attribute>).) |
![]() | GetProperties(ITypeDescriptorContext, Object, array<Attribute>) | Infrastructure. Gets the properties of the specified component that match the specified attributes and context. (Overrides PropertyTab::GetProperties(ITypeDescriptorContext, Object, array<Attribute>).) |
![]() | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
